stdafx2.h 695 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. #ifndef __STDAFX2_H
  2. #define __STDAFX2_H
  3. #include "targetver.h"
  4. /* 先去除atl相关
  5. #define _WTL_USE_CSTRING
  6. #define _WTL_NEW_PAGE_NOTIFY_HANDLERS
  7. #define _ATL_NO_AUTOMATIC_NAMESPACE
  8. #include <atlbase.h>
  9. #include <atlapp.h>
  10. extern CAppModule _Module;
  11. #include <atlcom.h>
  12. #include <atlhost.h>
  13. #include <atlwin.h>
  14. #include <atlctl.h>
  15. #include <atlmisc.h>
  16. #include <atlframe.h>
  17. #include <atlctrls.h>
  18. #include <atldlgs.h>
  19. #include <atlctrlw.h>
  20. #include <atlctrlx.h>
  21. #include <atlsplit.h>
  22. #include <atlcrack.h>
  23. #include <atlgdi.h>
  24. #include <atlddx.h>
  25. */
  26. #include "stdafx.h"
  27. #ifdef RVC_OS_WIN
  28. #include "resource.h"
  29. #endif // RVC_OS_WIN
  30. //#include "InitializeService.h"
  31. #endif // !__STDAFX2_H