1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 #if !defined(AFX_STDAFX_H_)
7 #endif // _MSC_VER > 1000
11 #define _WIN32_WINNT 0x0403
13 #define _ATL_APARTMENT_THREADED
14 // #define _ATL_STATIC_REGISTRY
18 #pragma warning(push, 1)
19 #pragma warning(disable: 4548)
20 #pragma warning(disable: 4505)
23 //You may derive a class from CComModule and use it if you want to override
24 //something, but do not change the name of _Module
25 extern CComModule _Module
;
34 //{{AFX_INSERT_LOCATION}}
35 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
44 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */