Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007 #ifdef _WIN32
00008 #ifndef _AFXDLL
00009 #define WIN32_LEAN_AND_MEAN
00010 #define STRICT 1
00011
00012 #include <stdlib.h>
00013 #else
00014 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
00015
00016 #include <afxwin.h>
00017 #include <afxext.h>
00018
00019 #ifndef _AFX_NO_OLE_SUPPORT
00020 #include <afxole.h>
00021 #include <afxodlgs.h>
00022 #include <afxdisp.h>
00023 #endif // _AFX_NO_OLE_SUPPORT
00024
00025 #ifndef _AFX_NO_DB_SUPPORT
00026 #include <afxdb.h>
00027 #endif // _AFX_NO_DB_SUPPORT
00028
00029 #ifndef _AFX_NO_DAO_SUPPORT
00030 #include <afxdao.h>
00031 #endif // _AFX_NO_DAO_SUPPORT
00032
00033 #ifndef _AFX_NO_AFXCMN_SUPPORT
00034 #include <afxcmn.h>
00035 #endif // _AFX_NO_AFXCMN_SUPPORT
00036 #endif
00037 #endif