1 // stdafx.h : include file for standard system include files,
2 // or project specific include files that are used frequently, but
3 // are changed infrequently
8 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
9 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
12 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
16 #include <afxwin.h> // MFC core and standard components
18 // TODO: reference additional headers your program requires here