GME  13
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 #if !defined(AFX_STDAFX_H__8B8917B1_B409_43D6_9604_73055641403B__INCLUDED_)
00006 #define AFX_STDAFX_H__8B8917B1_B409_43D6_9604_73055641403B__INCLUDED_
00007 
00008 #pragma once
00009 
00010 #ifndef _SECURE_ATL
00011 #define _SECURE_ATL 1
00012 #endif
00013 
00014 #ifndef VC_EXTRALEAN
00015 #define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers
00016 #endif
00017 
00018 #include "targetver.h"
00019 
00020 #define _CRT_SECURE_NO_WARNINGS
00021 
00022 //#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit
00023 
00024 // turns off MFC's hiding of some common and often safely ignored warning messages
00025 #define _AFX_ALL_WARNINGS
00026 
00027 #define _ATL_APARTMENT_THREADED
00028 
00029 #include <afxwin.h>
00030 #include <afxdisp.h>
00031 #include <afxdlgs.h>
00032 #include <afxcmn.h>
00033 #include <afxcoll.h>
00034 #include <afxtempl.h>
00035 
00036 #include <atlbase.h>
00037 //You may derive a class from CComModule and use it if you want to override
00038 //something, but do not change the name of _Module
00039 extern CComModule _Module;
00040 #include <atlcom.h>
00041 
00042 
00043 
00044 //{{AFX_INSERT_LOCATION}}
00045 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00046 
00047 #endif // !defined(AFX_STDAFX_H__8B8917B1_B409_43D6_9604_73055641403B__INCLUDED)