mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
Added missing WINVER to fix a compilation error with the TDM-2 compiler.
This commit is contained in:
parent
e2b3cdacc2
commit
27e373c5c5
@ -33,6 +33,7 @@
|
||||
#endif
|
||||
#define _WIN32_WINDOWS 0x0501
|
||||
#define _WIN32_WINNT 0x0501
|
||||
#define WINVER 0x0501
|
||||
#include <SFML/Window/Win32/WindowImplWin32.hpp>
|
||||
#include <SFML/Window/WindowStyle.hpp>
|
||||
#include <GL/gl.h>
|
||||
|
Loading…
Reference in New Issue
Block a user