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

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. #include <afxctl.h>         // MFC support for OLE Custom Controls
  5. // Delete the two includes below if you do not wish to use the MFC
  6. //  database classes
  7. #ifndef _UNICODE
  8. #include <afxdb.h>          // MFC database classes
  9. #include <afxdao.h>         // MFC DAO database classes
  10. #endif // _UNICODE