MFC-Simulator/TestSimulator/targetver.h
2023-02-03 10:07:52 +08:00

9 lines
225 B
C
Raw Permalink 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
// 加上 SDKDDKVer.h 可定義最高可用的 Windows 平台。
// 如果要針對先前的 Windows 平台建置應用程式,請加上 WinSDKVer.h
// 並在加上 SDKDDKVer.h 之前將 _WIN32_WINNT 巨集設為要支援的平台。
#include <SDKDDKVer.h>