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__AD5F3C40_BD73_11D5_838B_0050042DF1E4__INCLUDED_) 00006 #define AFX_STDAFX_H__AD5F3C40_BD73_11D5_838B_0050042DF1E4__INCLUDED_ 00007 00008 #if _MSC_VER > 1000 00009 #pragma once 00010 #endif // _MSC_VER > 1000 00011 00012 #define STRICT 00013 #ifndef _WIN32_WINNT 00014 #define _WIN32_WINNT 0x0400 00015 #endif 00016 #define _ATL_APARTMENT_THREADED 00017 00018 #include <atlbase.h> 00019 //You may derive a class from CComModule and use it if you want to override 00020 //something, but do not change the name of _Module 00021 extern CComModule _Module; 00022 #include <atlcom.h> 00023 #include <atlctl.h> 00024 #include <atlwin.h> 00025 00026 //{{AFX_INSERT_LOCATION}} 00027 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00028 00029 #endif // !defined(AFX_STDAFX_H__AD5F3C40_BD73_11D5_838B_0050042DF1E4__INCLUDED)