Add files via upload

This commit is contained in:
Useful Stuffs
2024-02-11 12:51:01 +01:00
committed by GitHub
commit eac708fbdc
96 changed files with 28373 additions and 0 deletions

11
LegacyUpdate/targetver.h Normal file
View File

@@ -0,0 +1,11 @@
#pragma once
#if _MSC_VER > 1599
// VC17: Windows XP
#define WINVER 0x0501
#define _WIN32_WINNT 0x0501
#else
// VC08: Windows 2000 RTM
#define WINVER 0x0500
#define _WIN32_WINNT 0x0500
#endif