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

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