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

  1. /*************************************************************
  2. HTBmail.dll
  3.  
  4. Copyright 1999 TransEra Corporation
  5.  
  6. htbmail.cpp  
  7.       
  8. With help from http://www.codeguru.com/internet/imapi.shtml 
  9. *************************************************************/
  10. #if !defined(AFX_STDAFX_H__D6D85C87_5BEC_11D3_8BB4_00105AC66D91__INCLUDED_)
  11. #define AFX_STDAFX_H__D6D85C87_5BEC_11D3_8BB4_00105AC66D91__INCLUDED_
  12.  
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif // _MSC_VER > 1000
  16.  
  17. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  18.  
  19. #include <afxwin.h>         // MFC core and standard components
  20. #include <afxext.h>         // MFC extensions
  21.  
  22. #ifndef _AFX_NO_OLE_SUPPORT
  23. #include <afxole.h>         // MFC OLE classes
  24. #include <afxodlgs.h>       // MFC OLE dialog classes
  25. #include <afxdisp.h>        // MFC Automation classes
  26. #endif // _AFX_NO_OLE_SUPPORT
  27.  
  28.  
  29. #ifndef _AFX_NO_DB_SUPPORT
  30. #include <afxdb.h>            // MFC ODBC database classes
  31. #endif // _AFX_NO_DB_SUPPORT
  32.  
  33. #ifndef _AFX_NO_DAO_SUPPORT
  34. #include <afxdao.h>            // MFC DAO database classes
  35. #endif // _AFX_NO_DAO_SUPPORT
  36.  
  37. #include <afxdtctl.h>        // MFC support for Internet Explorer 4 Common Controls
  38. #ifndef _AFX_NO_AFXCMN_SUPPORT
  39. #include <afxcmn.h>            // MFC support for Windows Common Controls
  40. #endif // _AFX_NO_AFXCMN_SUPPORT
  41.  
  42. #include <afxsock.h>        // MFC socket extensions
  43.  
  44. #endif // !defined(AFX_STDAFX_H__D6D85C87_5BEC_11D3_8BB4_00105AC66D91__INCLUDED_)
  45.