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