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.

38 lines
946 B

  1. /////////////////////////////////////////////////////////////////////////////
  2. // Copyright � 2001 Microsoft Corporation. All rights reserved.
  3. // stdafx.h : include file for standard system include files,
  4. // or project specific include files that are used frequently,
  5. // but are changed infrequently
  6. //
  7. #pragma once
  8. #pragma warning(disable: 4786)
  9. /////////////////////////////////////////////////////////////////////////////
  10. // Standard C/C++ includes
  11. /////////////////////////////////////////////////////////////////////////////
  12. // ATL includes
  13. #define STRICT
  14. #ifndef _WIN32_WINNT
  15. #define _WIN32_WINNT 0x0400
  16. #endif
  17. #define _ATL_APARTMENT_THREADED
  18. #include <atlbase.h>
  19. extern CComModule _Module;
  20. #include <atlcom.h>
  21. using namespace ATL;
  22. /////////////////////////////////////////////////////////////////////////////
  23. // PREfast included
  24. #include <pftDbg.h>
  25. #include <pftCOM.h>
  26. #include <pftEH.h>