stdafx2.h 547 B

12345678910111213141516171819202122232425262728293031
  1. #pragma once
  2. #include "targetver.h"
  3. #define _WTL_USE_CSTRING
  4. #define _WTL_NEW_PAGE_NOTIFY_HANDLERS
  5. #define _ATL_NO_AUTOMATIC_NAMESPACE
  6. #include <atlbase.h>
  7. #include <atlapp.h>
  8. extern CAppModule _Module;
  9. #include <atlcom.h>
  10. #include <atlhost.h>
  11. #include <atlwin.h>
  12. #include <atlctl.h>
  13. #include <atlmisc.h>
  14. #include <atlframe.h>
  15. #include <atlctrls.h>
  16. #include <atldlgs.h>
  17. #include <atlctrlw.h>
  18. #include <atlctrlx.h>
  19. #include <atlsplit.h>
  20. #include <atlcrack.h>
  21. #include <atlgdi.h>
  22. #include <atlddx.h>
  23. #include "stdafx.h"
  24. #include "resource.h"