mirror of
https://github.com/JasonYANG170/AutoDarkMode.git
synced 2024-11-23 12:16:37 +00:00
9 lines
287 B
C
9 lines
287 B
C
#pragma once
|
||
|
||
// 包括 SDKDDKVer.h 将定义可用的最高版本的 Windows 平台。
|
||
|
||
//如果要为以前的 Windows 平台生成应用程序,请包括 WinSDKVer.h,并
|
||
// 将 _WIN32_WINNT 宏设置为要支持的平台,然后再包括 SDKDDKVer.h。
|
||
|
||
#include <SDKDDKVer.h>
|