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

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