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__B08088DA_93F4_4F85_ACD8_CF02148B472A__INCLUDED_)
00006 #define AFX_STDAFX_H__B08088DA_93F4_4F85_ACD8_CF02148B472A__INCLUDED_
00007 
00008 #pragma once
00009 
00010 #ifndef _SECURE_ATL
00011 #define _SECURE_ATL 1
00012 #endif
00013 
00014 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS 1
00015 
00016 #ifndef VC_EXTRALEAN
00017 #define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers
00018 #endif
00019 
00020 #include "targetver.h"
00021 
00022 // Defined in project settings (because the ANTLR generated stuff does not include stdafx.h) 
00023 //#define _CRT_SECURE_NO_WARNINGS
00024 
00025 //#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit
00026 
00027 // turns off MFC's hiding of some common and often safely ignored warning messages
00028 #define _AFX_ALL_WARNINGS
00029 
00030 #define _ATL_APARTMENT_THREADED
00031 
00032 #include <afxwin.h>
00033 #include <afxdisp.h>
00034 
00035 #include <atlbase.h>
00036 //You may derive a class from CComModule and use it if you want to override
00037 //something, but do not change the name of _Module
00038 extern CComModule _Module;
00039 #include <atlcom.h>
00040 #include <afxole.h>
00041 #include "AfxCmn.h"
00042 #include "resource.h"
00043 
00044 #include "commonsmart.h"
00045 #include "CommonMFC.h"
00046 #include "CommonMgaTrukk.h"
00047 
00048 
00049 #define XASSERT(x) if(!(x)) COMTHROW( ((x), -1))
00050 
00051 #include "string"
00052 #ifdef UNICODE
00053 typedef std::wstring tstring;
00054 #else
00055 typedef std::string tstring;
00056 #endif
00057 
00058 //{{AFX_INSERT_LOCATION}}
00059 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00060 
00061 #endif // !defined(AFX_STDAFX_H__B08088DA_93F4_4F85_ACD8_CF02148B472A__INCLUDED)