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.

55 lines
1.2 KiB

  1. /*++
  2. Copyright (c) 1999-2001 Microsoft Corporation
  3. Module Name:
  4. stdafx.h
  5. Abstract:
  6. Include file for standard system include files,
  7. or project specific include files that are used frequently,
  8. but are changed infrequently
  9. Author:
  10. Vishnu Patankar (VishnuP) - Oct 2001
  11. Environment:
  12. User mode only.
  13. Exported Functions:
  14. Exported as a COM Interface
  15. Revision History:
  16. Created - Oct 2001
  17. --*/
  18. #if !defined(AFX_STDAFX_H__9188383B_1754_4EF5_98CC_255E72747641__INCLUDED_)
  19. #define AFX_STDAFX_H__9188383B_1754_4EF5_98CC_255E72747641__INCLUDED_
  20. #if _MSC_VER > 1000
  21. #pragma once
  22. #endif // _MSC_VER > 1000
  23. #define STRICT
  24. #ifndef _WIN32_WINNT
  25. #define _WIN32_WINNT 0x0400
  26. #endif
  27. #define _ATL_APARTMENT_THREADED
  28. #include <atlbase.h>
  29. //You may derive a class from CComModule and use it if you want to override
  30. //something, but do not change the name of _Module
  31. extern CComModule _Module;
  32. #include <atlcom.h>
  33. //{{AFX_INSERT_LOCATION}}
  34. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  35. #endif // !defined(AFX_STDAFX_H__9188383B_1754_4EF5_98CC_255E72747641__INCLUDED)