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.

63 lines
1.9 KiB

  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently,
  3. // but are changed infrequently
  4. #if !defined(AFX_STDAFX_H__9287DED1_2A77_11D3_8AE4_00A0C9AFE114__INCLUDED_)
  5. #define AFX_STDAFX_H__9287DED1_2A77_11D3_8AE4_00A0C9AFE114__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #define STRICT
  10. #ifndef _WIN32_WINNT
  11. #define _WIN32_WINNT 0x0400
  12. #endif
  13. #define _ATL_APARTMENT_THREADED
  14. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  15. #ifdef _DEBUG
  16. //#define _CRTDBG_MAP_ALLOC
  17. //#define _ATL_DEBUG_INTERFACES
  18. //#define DEBUG_NEW new(_NORMAL_BLOCK, THIS_FILE, __LINE__)
  19. #endif
  20. #include <afxwin.h> // MFC core and standard components
  21. #include <afxext.h> // MFC extensions
  22. #include <afxtempl.h>
  23. #ifndef _AFX_NO_OLE_SUPPORT
  24. #include <afxole.h> // MFC OLE classes
  25. #include <afxodlgs.h> // MFC OLE dialog classes
  26. #include <afxdisp.h> // MFC Automation classes
  27. #endif // _AFX_NO_OLE_SUPPORT
  28. #ifndef _AFX_NO_DB_SUPPORT
  29. #include <afxdb.h> // MFC ODBC database classes
  30. #endif // _AFX_NO_DB_SUPPORT
  31. #ifndef _AFX_NO_DAO_SUPPORT
  32. #include <afxdao.h> // MFC DAO database classes
  33. #endif // _AFX_NO_DAO_SUPPORT
  34. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  35. #ifndef _AFX_NO_AFXCMN_SUPPORT
  36. #include <afxcmn.h> // MFC support for Windows Common Controls
  37. #endif // _AFX_NO_AFXCMN_SUPPORT
  38. #include <iads.h>
  39. #include <adshlp.h>
  40. #include <comdef.h>
  41. #include <atlbase.h>
  42. //You may derive a class from CComModule and use it if you want to override
  43. //something, but do not change the name of _Module
  44. extern CComModule _Module;
  45. #include <atlcom.h>
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_STDAFX_H__9287DED1_2A77_11D3_8AE4_00A0C9AFE114__INCLUDED)