home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / 93win / data1.cab / DLL_Toolkit / Source / HTBDde / StdAfx.h < prev   
Encoding:
C/C++ Source or Header  |  2005-03-02  |  1.4 KB  |  43 lines

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5.  
  6. #if !defined(AFX_STDAFX_H__236DCAFE_3972_499E_ABF4_BCD0EF04CC48__INCLUDED_)
  7. #define AFX_STDAFX_H__236DCAFE_3972_499E_ABF4_BCD0EF04CC48__INCLUDED_
  8.  
  9. #if _MSC_VER > 1000
  10. #pragma once
  11. #endif // _MSC_VER > 1000
  12.  
  13. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  14.  
  15. #include <afxwin.h>         // MFC core and standard components
  16. #include <afxext.h>         // MFC extensions
  17.  
  18. #ifndef _AFX_NO_OLE_SUPPORT
  19. #include <afxole.h>         // MFC OLE classes
  20. #include <afxodlgs.h>       // MFC OLE dialog classes
  21. #include <afxdisp.h>        // MFC Automation classes
  22. #endif // _AFX_NO_OLE_SUPPORT
  23.  
  24.  
  25. #ifndef _AFX_NO_DB_SUPPORT
  26. #include <afxdb.h>            // MFC ODBC database classes
  27. #endif // _AFX_NO_DB_SUPPORT
  28.  
  29. #ifndef _AFX_NO_DAO_SUPPORT
  30. #include <afxdao.h>            // MFC DAO database classes
  31. #endif // _AFX_NO_DAO_SUPPORT
  32.  
  33. #include <afxdtctl.h>        // MFC support for Internet Explorer 4 Common Controls
  34. #ifndef _AFX_NO_AFXCMN_SUPPORT
  35. #include <afxcmn.h>            // MFC support for Windows Common Controls
  36. #endif // _AFX_NO_AFXCMN_SUPPORT
  37.  
  38.  
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41.  
  42. #endif // !defined(AFX_STDAFX_H__236DCAFE_3972_499E_ABF4_BCD0EF04CC48__INCLUDED_)
  43.