mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-08 19:35:36 -04:00

* 放弃 HMCLauncher 与 Windows XP 的兼容性 * update * Delete unused code * Disable automatic updates on Windows XP/Vista
9 lines
102 B
C
9 lines
102 B
C
#pragma once
|
|
|
|
// Windows 7
|
|
|
|
#define WINVER 0x0601
|
|
#define _WIN32_WINNT 0x0601
|
|
|
|
#include <SDKDDKVer.h>
|