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.

47 lines
1.1 KiB

  1. /*++
  2. Copyright (c) 2002 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. Steven Chan (t-schan) - July 2002
  11. --*/
  12. #if !defined(AFX_STDAFX_H__E3A3D579_55AA_4CB6_B065_1DCE85F29EEA__INCLUDED_)
  13. #define AFX_STDAFX_H__E3A3D579_55AA_4CB6_B065_1DCE85F29EEA__INCLUDED_
  14. #if _MSC_VER > 1000
  15. #pragma once
  16. #endif // _MSC_VER > 1000
  17. #ifndef STRICT
  18. #define STRICT
  19. #endif
  20. #ifndef _WIN32_WINNT
  21. #define _WIN32_WINNT 0x0400
  22. #endif
  23. #define _ATL_APARTMENT_THREADED
  24. #include <atlbase.h>
  25. //You may derive a class from CComModule and use it if you want to override
  26. //something, but do not change the name of _Module
  27. extern CComModule _Module;
  28. #include <atlcom.h>
  29. //{{AFX_INSERT_LOCATION}}
  30. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  31. #endif // !defined(AFX_STDAFX_H__E3A3D579_55AA_4CB6_B065_1DCE85F29EEA__INCLUDED)