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. // This is a part of the Microsoft Foundation Classes C++ library.
  5. // Copyright (C) 1992-1998 Microsoft Corporation
  6. // All rights reserved.
  7. //
  8. // This source code is only intended as a supplement to the
  9. // Microsoft Foundation Classes Reference and related
  10. // electronic documentation provided with the library.
  11. // See these sources for detailed information regarding the
  12. // Microsoft Foundation Classes product.
  13. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  14. #include <afxctl.h>         // MFC support for OLE Controls
  15. // Delete the two includes below if you do not wish to use the MFC
  16. //  database classes
  17. #ifndef _UNICODE
  18. #include <afxdb.h>          // MFC database classes
  19. #include <afxdao.h>         // MFC DAO database classes
  20. #endif //_UNICODE