STDAFX.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  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__C1AC210D_8ABF_11D1_B145_000000000000__INCLUDED_)
  5. #define AFX_STDAFX_H__C1AC210D_8ABF_11D1_B145_000000000000__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #define STRICT
  10. #include <afxwin.h>
  11. #include <afxdisp.h>
  12. #include <afxcmn.h> 
  13. #ifndef _WIN32_WINNT
  14. #define _WIN32_WINNT 0x0400
  15. #endif
  16. #define _ATL_APARTMENT_THREADED
  17. #include <atlbase.h>
  18. //You may derive a class from CComModule and use it if you want to override
  19. //something, but do not change the name of _Module
  20. extern CComModule _Module;
  21. #include <atlcom.h>
  22. #include <ObjModeladdauto.h>
  23. #include <ObjModelappdefs.h>
  24. #include <ObjModelappauto.h>
  25. #include <ObjModelblddefs.h>
  26. #include <ObjModelbldauto.h>
  27. #include <ObjModeltextdefs.h>
  28. #include <ObjModeltextauto.h>
  29. #include <ObjModeldbgdefs.h>
  30. #include <ObjModeldbgauto.h>
  31. //{{AFX_INSERT_LOCATION}}
  32. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  33. #endif // !defined(AFX_STDAFX_H__C1AC210D_8ABF_11D1_B145_000000000000__INCLUDED)