1234567891011121314151617181920212223242526272829303132 |
-
-
-
-
- #if !defined(AFX_STDAFX_H__3F7C4D2C_D007_11D2_B503_00C04F797396__INCLUDED_)
- #define AFX_STDAFX_H__3F7C4D2C_D007_11D2_B503_00C04F797396__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif
-
- #ifndef STRICT
- #define STRICT
- #endif
-
- #ifndef _WIN32_WINNT
- #define _WIN32_WINNT 0x0400
- #endif
-
- #include <atlbase.h>
-
-
- extern CComModule _Module;
- #include <atlcom.h>
-
-
-
-
- #endif
-
-
-
|