stdafx.h

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 
00009 #define WIN32_LEAN_AND_MEAN             // Exclude rarely-used stuff from Windows headers
00010 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit
00011 
00012 #ifndef VC_EXTRALEAN
00013 #define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers
00014 #endif
00015 
00016 #include <afx.h>
00017 #include <afxwin.h>         // MFC core and standard components
00018 #include <afxcmn.h>
00019 #include <afxdlgs.h>
00020 
00021 // TODO: reference additional headers your program requires here

Generated on Tue Dec 13 14:46:46 2005 for guliverkli by  doxygen 1.4.5