You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 line
229 B

  1. #pragma once
  2. // 包括 SDKDDKVer.h 将定义可用的最高版本的 Windows 平台。
  3. // 如果要为以前的 Windows 平台生成应用程序,请包括 WinSDKVer.h,并将
  4. // _WIN32_WINNT 宏设置为要支持的平台,然后再包括 SDKDDKVer.h。
  5. #include <SDKDDKVer.h>