framework.h 397 B

123456789101112131415161718192021
  1. #pragma once
  2. #ifndef STRICT
  3. #define STRICT
  4. #endif
  5. #include "targetver.h"
  6. #define _ATL_APARTMENT_THREADED
  7. #define _ATL_NO_AUTOMATIC_NAMESPACE
  8. #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // 某些 CString 构造函数将是显式的
  9. #define ATL_NO_ASSERT_ON_DESTROY_NONEXISTENT_WINDOW
  10. #include "resource.h"
  11. #include <atlbase.h>
  12. #include <atlcom.h>
  13. #include <atlctl.h>