mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Pushed minimum Windows version to Windows 7
This commit is contained in:
parent
d5ac834bae
commit
3e1031e3d4
@ -34,15 +34,15 @@
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32_WINDOWS
|
||||
#define _WIN32_WINDOWS 0x0501
|
||||
#define _WIN32_WINDOWS 0x0601
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32_WINNT
|
||||
#define _WIN32_WINNT 0x0501
|
||||
#define _WIN32_WINNT 0x0601
|
||||
#endif
|
||||
|
||||
#ifndef WINVER
|
||||
#define WINVER 0x0501
|
||||
#define WINVER 0x0601
|
||||
#endif
|
||||
|
||||
#include <windows.h>
|
||||
|
Loading…
Reference in New Issue
Block a user