STDAFX.H
上传用户:zbjingming
上传日期:2010-01-02
资源大小:2436k
文件大小:1k
源码类别:

OpenGL

开发平台:

Visual C++

  1. //********************************************
  2. // Stdafx.h
  3. //********************************************
  4. // feigz@ox.ios.ac.cn
  5. // Created :
  6. // Modified
  7. //********************************************
  8. // stdafx.h : include file for standard system include files,
  9. //  or project specific include files that are used frequently, but
  10. //      are changed infrequently
  11. //
  12. #if !defined(AFX_STDAFX_H__06A3562B_72E5_11D1_A6C2_00A0242C0A32__INCLUDED_)
  13. #define AFX_STDAFX_H__06A3562B_72E5_11D1_A6C2_00A0242C0A32__INCLUDED_
  14. #if _MSC_VER >= 1000
  15. #pragma once
  16. #endif // _MSC_VER >= 1000
  17. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  18. #include <afxwin.h>         // MFC core and standard components
  19. #include <afxext.h>         // MFC extensions
  20. #include <afxdisp.h>        // MFC OLE automation classes
  21. #ifndef _AFX_NO_AFXCMN_SUPPORT
  22. #include <afxcmn.h> // MFC support for Windows Common Controls
  23. #endif // _AFX_NO_AFXCMN_SUPPORT
  24. //////////////////////////////////////////////
  25. //////////////////////////////////////////////
  26. // Do not care OpenGL Headers...
  27. //////////////////////////////////////////////
  28. //////////////////////////////////////////////
  29. #include <glgl.h>
  30. #include <glglu.h>
  31. #include <GLglaux.h>
  32. //{{AFX_INSERT_LOCATION}}
  33. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  34. #endif // !defined(AFX_STDAFX_H__06A3562B_72E5_11D1_A6C2_00A0242C0A32__INCLUDED_)