StdAfx.h
上传用户:helili
上传日期:2015-01-05
资源大小:34k
文件大小:1k
源码类别:

OpenGL

开发平台:

Visual C++

  1. #if !defined(AFX_STDAFX_H__931C3690_767C_4238_B25D_05FCCF2961B2__INCLUDED_)
  2. #define AFX_STDAFX_H__931C3690_767C_4238_B25D_05FCCF2961B2__INCLUDED_
  3. // stdafx.h : include file for standard system include files,
  4. //  or project specific include files that are used frequently, but
  5. //      are changed infrequently
  6. //
  7. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  8. #include <afxwin.h>         // MFC core and standard components
  9. #include <afxext.h>         // MFC extensions
  10. #include <afxcmn.h> // MFC support for Windows 95 Common Controls
  11. #include "debug.h" // For ASSERT, VERIFY, and TRACE
  12. #include <customaw.h> // Custom AppWizard interface
  13. //{{AFX_INSERT_LOCATION}}
  14. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  15. #endif // !defined(AFX_STDAFX_H__931C3690_767C_4238_B25D_05FCCF2961B2__INCLUDED_)