StdAfx.h
上传用户:shxiangxiu
上传日期:2007-01-03
资源大小:1101k
文件大小:2k
源码类别:

OpenGL

开发平台:

Visual C++

  1. /////////////////////////////////////////////////////////////////////////////
  2. // stdafx.h : include file for standard system include files, or project
  3. //   specific include files that are used frequently, but  are
  4. //   changed infrequently
  5. //
  6. // glOOP (OpenGL Object Oriented Programming library)
  7. // Copyright (c) Craig Fahrnbach 1997, 1999
  8. //
  9. // OpenGL is a registered trademark of Silicon Graphics
  10. //
  11. //
  12. // This program is provided for educational and personal use only and
  13. // is provided without guarantee or warrantee expressed or implied.
  14. //
  15. // Commercial use is strickly prohibited without written permission
  16. // from ImageWare Development.
  17. //
  18. // This program is -not- in the public domain.
  19. //
  20. /////////////////////////////////////////////////////////////////////////////
  21. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  22. #include <afxwin.h>         // MFC core and standard components
  23. #include <afxext.h>         // MFC extensions
  24. #ifndef _AFX_NO_OLE_SUPPORT
  25. #include <afxole.h>         // MFC OLE classes
  26. #include <afxodlgs.h>       // MFC OLE dialog classes
  27. #include <afxdisp.h>        // MFC OLE automation classes
  28. #endif // _AFX_NO_OLE_SUPPORT
  29. #ifndef _AFX_NO_DB_SUPPORT
  30. #include <afxdb.h> // MFC ODBC database classes
  31. #endif // _AFX_NO_DB_SUPPORT
  32. #ifndef _AFX_NO_DAO_SUPPORT
  33. #include <afxdao.h> // MFC DAO database classes
  34. #endif // _AFX_NO_DAO_SUPPORT
  35. #ifndef _AFX_NO_AFXCMN_SUPPORT
  36. #include <afxcmn.h> // MFC support for Windows Common Controls
  37. #endif // _AFX_NO_AFXCMN_SUPPORT