VoluMillGUI/stdafx.h

Go to the documentation of this file.
00001 // stdafx.h : include file for standard system include files,
00002 // or project specific include files that are used frequently,
00003 // but are changed infrequently
00004 
00005 #pragma once
00006 
00007 #ifndef VC_EXTRALEAN
00008 #define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers
00009 #endif
00010 
00011 // Modify the following defines if you have to target a platform prior to the ones specified below.
00012 // Refer to MSDN for the latest info on corresponding values for different platforms.
00013 #ifndef WINVER                          // Allow use of features specific to Windows 95 and Windows NT 4 or later.
00014 #define WINVER 0x0400           // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
00015 #endif
00016 
00017 #ifndef _WIN32_WINNT            // Allow use of features specific to Windows NT 4 or later.
00018 #define _WIN32_WINNT 0x0400             // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
00019 #endif                                          
00020 
00021 #ifndef _WIN32_WINDOWS          // Allow use of features specific to Windows 98 or later.
00022 #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later.
00023 #endif
00024 
00025 #ifndef _WIN32_IE                       // Allow use of features specific to IE 4.0 or later.
00026 #define _WIN32_IE 0x0400        // Change this to the appropriate value to target IE 5.0 or later.
00027 #endif
00028 
00029 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit
00030 
00031 // turns off MFC's hiding of some common and often safely ignored warning messages
00032 #define _AFX_ALL_WARNINGS
00033 
00034 #include <afxwin.h>         // MFC core and standard components
00035 #include <afxext.h>         // MFC extensions
00036 #include <afxdisp.h>        // MFC Automation classes
00037 
00038 #include <afxdtctl.h>           // MFC support for Internet Explorer 4 Common Controls
00039 #ifndef _AFX_NO_AFXCMN_SUPPORT
00040 #include <afxcmn.h>                     // MFC support for Windows Common Controls
00041 #endif // _AFX_NO_AFXCMN_SUPPORT
00042 
00043 #include <afxsock.h>            // MFC socket extensions
00044 // This macro is the same as IMPLEMENT_OLECREATE, except it passes TRUE
00045 // for the bMultiInstance parameter to the COleObjectFactory constructor.
00046 // We want a separate instance of this application to be launched for
00047 // each automation proxy object requested by automation controllers.
00048 #ifndef IMPLEMENT_OLECREATE2
00049 #define IMPLEMENT_OLECREATE2(class_name, external_name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
00050         AFX_DATADEF COleObjectFactory class_name::factory(class_name::guid, \
00051                 RUNTIME_CLASS(class_name), TRUE, _T(external_name)); \
00052         const AFX_DATADEF GUID class_name::guid = \
00053                 { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } };
00054 #endif // IMPLEMENT_OLECREATE2
00055 
00056 #include <Util/IncludeEverywhere.h>

Generated on Tue Jan 29 21:37:56 2008 for VoluMill Universal Client by  doxygen 1.4.6