12345678910111213141516171819202122232425262728293031323334353637383940 |
- #ifndef __STDAFX2_H
- #define __STDAFX2_H
- #include "targetver.h"
- /* 先去除atl相关
- #define _WTL_USE_CSTRING
- #define _WTL_NEW_PAGE_NOTIFY_HANDLERS
- #define _ATL_NO_AUTOMATIC_NAMESPACE
- #include <atlbase.h>
- #include <atlapp.h>
- extern CAppModule _Module;
- #include <atlcom.h>
- #include <atlhost.h>
- #include <atlwin.h>
- #include <atlctl.h>
- #include <atlmisc.h>
- #include <atlframe.h>
- #include <atlctrls.h>
- #include <atldlgs.h>
- #include <atlctrlw.h>
- #include <atlctrlx.h>
- #include <atlsplit.h>
- #include <atlcrack.h>
- #include <atlgdi.h>
- #include <atlddx.h>
- */
- #include "stdafx.h"
- #ifdef RVC_OS_WIN
- #include "resource.h"
- #endif // RVC_OS_WIN
- //#include "InitializeService.h"
- #endif // !__STDAFX2_H
|