This website requires JavaScript.
Explore
Help
Register
Sign In
lan
/
HMCL
Watch
1
Star
0
Fork
0
You've already forked HMCL
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b624cebc081fb64cc000e953f4e78e3319b4e47a
HMCL
/
HMCLauncher
/
HMCL
/
targetver.h
9 lines
102 B
C
Raw
Normal View
History
Unescape
Escape
将 HMCLauncher 源码转换为 UTF-8 编码 (#2641)
2024-01-13 03:26:58 +08:00
#
pragma once
放弃 HMCLauncher 与 Windows XP 的兼容性 (#2644) * 放弃 HMCLauncher 与 Windows XP 的兼容性 * update * Delete unused code * Disable automatic updates on Windows XP/Vista
2024-01-21 00:06:25 +08:00
// Windows 7
将 HMCLauncher 源码转换为 UTF-8 编码 (#2641)
2024-01-13 03:26:58 +08:00
放弃 HMCLauncher 与 Windows XP 的兼容性 (#2644) * 放弃 HMCLauncher 与 Windows XP 的兼容性 * update * Delete unused code * Disable automatic updates on Windows XP/Vista
2024-01-21 00:06:25 +08:00
#
define WINVER 0x0601
#
define _WIN32_WINNT 0x0601
将 HMCLauncher 源码转换为 UTF-8 编码 (#2641)
2024-01-13 03:26:58 +08:00
#
include
<SDKDDKVer.h>
Reference in New Issue
Copy Permalink