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, but
  3. //      are changed infrequently
  4. //
  5. // This is a part of the Microsoft Foundation Classes and
  6. // Templates (MFC&T).
  7. // Copyright (C) 1998 Microsoft Corporation
  8. // All rights reserved.
  9. //
  10. // This source code is only intended as a supplement to the
  11. // MFC&T Reference and related electronic documentation provided
  12. // with the library.  See these sources for detailed information
  13. // regarding the MFC&T product.
  14. //
  15. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  16. #include <afxole.h>         // MFC core and standard components
  17. #include <afxcview.h>
  18. #include <afxcoll.h>
  19. #include <afxpriv.h>
  20. #include <afxtempl.h>
  21. #ifndef _AFX_NO_AFXCMN_SUPPORT
  22. #include <afxcmn.h>         // MFC support for Windows 95 Common Controls
  23. #endif // _AFX_NO_AFXCMN_SUPPORT
  24. #include <atlbase.h>
  25. extern CComModule _Module;
  26. #include <atlcom.h>
  27. #include <atlconv.h>
  28. #include <atldbcli.h>
  29. #include <atldbsch.h>
  30. #include <OLEDBERR.h>