00001
00002
00003
00004
00005
00006 #if !defined(AFX_STDAFX_H__26AF3072_0185_4726_A622_751AE316A367__INCLUDED_)
00007 #define AFX_STDAFX_H__26AF3072_0185_4726_A622_751AE316A367__INCLUDED_
00008
00009 #if _MSC_VER > 1000
00010 #pragma once
00011 #endif
00012
00013 #define STRICT
00014 #ifndef _WIN32_WINNT
00015 #define _WIN32_WINNT 0x0400
00016 #endif
00017 #define _ATL_APARTMENT_THREADED
00018
00019 #define MY_MAX_PATH 10000
00020
00021 #include <atlbase.h>
00022
00023 extern CComModule _Module;
00024 #include <atlcom.h>
00025
00026
00027
00028 #endif