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 
00028 #define _ATL_APARTMENT_THREADED
00029 
00030 #include <afxwin.h>
00031 #include <afxdisp.h>
00032 #include <afxdlgs.h>
00033 #include <afxcmn.h>
00034 #include <afxcoll.h>
00035 #include <afxtempl.h>
00036 
00037 #include <gdiplus.h>
00038 using namespace Gdiplus;
00039 
00040 #include <atlbase.h>
00041 //You may derive a class from CComModule and use it if you want to override
00042 //something, but do not change the name of _Module
00043 extern CComModule _Module;
00044 #include <atlcom.h>
00045 
00046 #include "CommonError.h"
00047 #include "CommonSmart.h"
00048 #include "CommonMgaTrukk.h"
00049 #include <stdio.h>
00050 
00051 //{{AFX_INSERT_LOCATION}}
00052 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00053 
00054 
00055 #endif // !defined(AFX_STDAFX_H__8B8917B1_B409_43D6_9604_73055641403B__INCLUDED)