Files
Tereis/src/include/targetver.h
T
2026-05-01 16:27:27 +08:00

14 lines
400 B
C
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#pragma once
/**
* @file targetver.h
* @brief 设置 Windows SDK 目标平台版本,供 Win32 头文件选择可用 API。
*/
// 包括 SDKDDKVer.h 将定义可用的最高版本 Windows 平台宏。
// 若课程演示环境需要兼容更旧 Windows,可在这里先包含 WinSDKVer.h
// 再设置 WIN32_WINNT;当前项目直接使用 SDK 默认最高版本。
#include <SDKDDKVer.h>