Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
357 B

  1. /*++
  2. (c) 1998 Seagate Software, Inc. All rights reserved.
  3. Module Name:
  4. StdAfx.cpp
  5. Abstract:
  6. grab implementations for ATL and such
  7. Author:
  8. Art Bragg [abragg] 04-Aug-1997
  9. Revision History:
  10. --*/
  11. #include "stdafx.h"
  12. #pragma warning(4:4701)
  13. #include <atlimpl.cpp>
  14. #pragma warning(3:4701)
  15. #include "RsUtil.cpp"