ccutil/mfcpch.h

Go to the documentation of this file.
00001 
00009 #ifdef __MSW32__
00010 #ifdef __IPEREGDLL
00011 #define WIN32_LEAN_AND_MEAN
00012 #define STRICT 1
00013 #include <windows.h>
00014 #include <stdlib.h>
00015 #else
00016 #define VC_EXTRALEAN             // Exclude rarely-used stuff from Windows headers
00017 
00018 #include <afxwin.h>              // mfc core and standard components
00019 #include <afxext.h>              // mfc extensions
00020 
00021 #ifndef _AFX_NO_OLE_SUPPORT
00022 #include <afxole.h>              // mfc ole classes
00023 #include <afxodlgs.h>            // mfc ole dialog classes
00024 #include <afxdisp.h>             // mfc ole automation classes
00025 #endif                           // _AFX_NO_OLE_SUPPORT
00026 
00027 #ifndef _AFX_NO_DB_SUPPORT
00028 #include <afxdb.h>               // mfc odbc database classes
00029 #endif                           // _AFX_NO_DB_SUPPORT
00030 
00031 #ifndef _AFX_NO_DAO_SUPPORT
00032 #include <afxdao.h>              // mfc dao database classes
00033 #endif                           // _AFX_NO_DAO_SUPPORT
00034 
00035 #ifndef _AFX_NO_AFXCMN_SUPPORT
00036 #include <afxcmn.h>              // mfc support for windows 95 common controls
00037 #endif                           // _AFX_NO_AFXCMN_SUPPORT
00038 #endif
00039 #endif

Generated on Wed Feb 28 19:49:09 2007 for Tesseract by  doxygen 1.5.1