1 #if !defined(AFX_STDAFX_H_)
6 #endif // _MSC_VER > 1000
10 #define _WIN32_WINNT 0x0400
12 #define _ATL_APARTMENT_THREADED
13 // #define _ATL_STATIC_REGISTRY
17 #pragma warning(push, 1)
18 #pragma warning(disable: 4548)
19 #pragma warning(disable: 4505)
22 //You may derive a class from CComModule and use it if you want to override
23 //something, but do not change the name of _Module
24 extern CComModule _Module
;
33 //{{AFX_INSERT_LOCATION}}
34 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.