Added missing WINVER to fix a compilation error with the TDM-2 compiler.
This commit is contained in:
parent
e2b3cdacc2
commit
27e373c5c5
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue