GME  13
StdAfx.h
Go to the documentation of this file.
00001 #if !defined(AFX_STDAFX_H__237E732C_5B4E_4D36_94D1_25CD9EEC33AB__INCLUDED_)
00002 #define AFX_STDAFX_H__237E732C_5B4E_4D36_94D1_25CD9EEC33AB__INCLUDED_
00003 
00004 #pragma once
00005 
00006 #ifndef _SECURE_ATL
00007 #define _SECURE_ATL 1
00008 #endif
00009 
00010 #ifndef VC_EXTRALEAN
00011 #define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers
00012 #endif
00013 
00014 #include "targetver.h"
00015 
00016 #define _CRT_SECURE_NO_WARNINGS
00017 
00018 //#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit
00019 
00020 // turns off MFC's hiding of some common and often safely ignored warning messages
00021 #define _AFX_ALL_WARNINGS
00022 
00023 #include <afxctl.h>         // MFC support for ActiveX Controls
00024 #include <afxext.h>         // MFC extensions
00025 #include <afxdtctl.h>           // MFC support for Internet Explorer 4 Comon Controls
00026 #ifndef _AFX_NO_AFXCMN_SUPPORT
00027 #include <afxcmn.h>                     // MFC support for Windows Common Controls
00028 #endif // _AFX_NO_AFXCMN_SUPPORT
00029 
00030 // Delete the two includes below if you do not wish to use the MFC
00031 //  database classes
00032 #include <afxdb.h>                      // MFC database classes
00033 
00034 #include "CommonError.h"
00035 #include "CommonSmart.h"
00036 #include "CommonMfc.h"
00037 #include "CommonMgaTrukk.h"
00038 
00039 #define _ATL_APARTMENT_THREADED
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 //{{AFX_INSERT_LOCATION}}
00047 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00048 
00049 #endif // !defined(AFX_STDAFX_H__237E732C_5B4E_4D36_94D1_25CD9EEC33AB__INCLUDED_)