stdafx2.h 614 B

123456789101112131415161718192021222324252627282930313233343536
  1. #pragma once
  2. #if defined(_MSC_VER)
  3. #include "targetver.h"
  4. #include <Windows.h>
  5. #include <WinUser.h>
  6. #include <wincrypt.h>
  7. #include <shellapi.h>
  8. #define _WTL_USE_CSTRING
  9. #define _ATL_NO_AUTOMATIC_NAMESPACE
  10. #include <atlbase.h>
  11. #include <atlapp.h>
  12. extern CAppModule _Module;
  13. #include <atlcom.h>
  14. #include <atlhost.h>
  15. #include <atlwin.h>
  16. #include <atlctl.h>
  17. #include <atlmisc.h>
  18. #include <atlframe.h>
  19. #include <atlctrls.h>
  20. #include <atldlgs.h>
  21. #include <atlctrlw.h>
  22. #include <atlctrlx.h>
  23. #include <atlsplit.h>
  24. #include <atlcrack.h>
  25. #include <atlgdi.h>
  26. #include <atlddx.h>
  27. #endif //_MSC_VER
  28. #include "stdafx.h"