StdAfx.h
Upload User: yangzi5763
Upload Date: 2007-01-02
Package Size: 239k
Code Size: 1k
Development Platform:

Visual C++

  1. #if !defined(AFX_STDAFX_H__7B914A5F_6271_11D2_86B8_0040055C08D9__INCLUDED_)
  2. #define AFX_STDAFX_H__7B914A5F_6271_11D2_86B8_0040055C08D9__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // stdafx.h : include file for standard system include files,
  7. //      or project specific include files that are used frequently,
  8. //      but are changed infrequently
  9. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  10. #include <afxctl.h>         // MFC support for ActiveX Controls
  11. // Delete the two includes below if you do not wish to use the MFC
  12. //  database classes
  13. #include <afxdb.h> // MFC database classes
  14. #include <afxdao.h> // MFC DAO database classes
  15. //{{AFX_INSERT_LOCATION}}
  16. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  17. #endif // !defined(AFX_STDAFX_H__7B914A5F_6271_11D2_86B8_0040055C08D9__INCLUDED_)