GME
13
|
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__6DE09E50_EB29_43FD_A37B_A41FA6758CA0__INCLUDED_) 00006 #define AFX_STDAFX_H__6DE09E50_EB29_43FD_A37B_A41FA6758CA0__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_APARTMENT_THREADED 00023 00024 #include <afxwin.h> 00025 #include <afxdisp.h> 00026 00027 #include <atlbase.h> 00028 //You may derive a class from CComModule and use it if you want to override 00029 //something, but do not change the name of _Module 00030 extern CComModule _Module; 00031 #include <atlcom.h> 00032 00033 #define _NOTHREADS 00034 00035 #include "SvnConfig.h" 00036 00037 #include "XmlBackEnd.h" 00038 #include "CommonSmart.h" 00039 #include "CommonStl.h" 00040 #include "CoreUtilities.h" 00041 00042 #include "Core.h" 00043 #include "CoreLib.h" 00044 00045 //{{AFX_INSERT_LOCATION}} 00046 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00047 00048 #endif // !defined(AFX_STDAFX_H__6DE09E50_EB29_43FD_A37B_A41FA6758CA0__INCLUDED)