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
|
#endif
|
||||||
#define _WIN32_WINDOWS 0x0501
|
#define _WIN32_WINDOWS 0x0501
|
||||||
#define _WIN32_WINNT 0x0501
|
#define _WIN32_WINNT 0x0501
|
||||||
|
#define WINVER 0x0501
|
||||||
#include <SFML/Window/Win32/WindowImplWin32.hpp>
|
#include <SFML/Window/Win32/WindowImplWin32.hpp>
|
||||||
#include <SFML/Window/WindowStyle.hpp>
|
#include <SFML/Window/WindowStyle.hpp>
|
||||||
#include <GL/gl.h>
|
#include <GL/gl.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user