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.

41 lines
1.1 KiB

  1. // Copyright (c) 1997-1999 Microsoft Corporation
  2. // stdafx.h : include file for standard system include files,
  3. // or project specific include files that are used frequently,
  4. // but are changed infrequently
  5. #if !defined(AFX_STDAFX_H__692A894C_1089_11D2_8837_00104B2AFB46__INCLUDED_)
  6. #define AFX_STDAFX_H__692A894C_1089_11D2_8837_00104B2AFB46__INCLUDED_
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10. #ifndef STRICT
  11. #define STRICT
  12. #endif
  13. #define _ATL_APARTMENT_THREADED
  14. #include <atlbase.h>
  15. //You may derive a class from CComModule and use it if you want to override
  16. //something, but do not change the name of _Module
  17. class CExeModule : public CComModule
  18. {
  19. };
  20. extern CExeModule _Module;
  21. #include <atlcom.h>
  22. #include <atlwin.h>
  23. #ifndef ATLASSERT
  24. #define ATLASSERT(expr) _ASSERTE(expr)
  25. #endif
  26. //{{AFX_INSERT_LOCATION}}
  27. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  28. #endif // !defined(AFX_STDAFX_H__692A894C_1089_11D2_8837_00104B2AFB46__INCLUDED)