00001 // stdafx.h : include file for standard system include files, 00002 // or project specific include files that are used frequently, but 00003 // are changed infrequently 00004 // 00005 00006 #pragma once 00007 00008 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers 00009 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit 00010 00011 #ifndef VC_EXTRALEAN 00012 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers 00013 #endif 00014 00015 #include <afx.h> 00016 #include <afxwin.h> // MFC core and standard components 00017 00018 // TODO: reference additional headers your program requires here