Source code of Windows XP (NT5)
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.

40 lines
1.1 KiB

  1. // Copyright (c) 1999 Microsoft Corporation. All Rights Reserved.
  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__801B2C9D_82CA_459C_8670_6F6293B6985E__INCLUDED_)
  6. #define AFX_STDAFX_H__801B2C9D_82CA_459C_8670_6F6293B6985E__INCLUDED_
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. #ifndef STRICT
  11. #define STRICT
  12. #endif
  13. #ifndef _WIN32_WINNT
  14. #define _WIN32_WINNT 0x0400
  15. #endif
  16. #define ATL_TRACE_CATEGORY atlTraceUser
  17. #define ATL_TRACE_LEVEL 31
  18. #define _ATL_APARTMENT_THREADED
  19. #include <atlbase.h>
  20. //You may derive a class from CComModule and use it if you want to override
  21. //something, but do not change the name of _Module
  22. extern CComModule _Module;
  23. #include <atlcom.h>
  24. #include <atlctl.h>
  25. #pragma warning( disable: 4100 ) /*unreferenced formal parameter*/
  26. //{{AFX_INSERT_LOCATION}}
  27. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  28. #endif // !defined(AFX_STDAFX_H__801B2C9D_82CA_459C_8670_6F6293B6985E__INCLUDED)