* 放弃 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>
|