Added missing WINVER to fix a compilation error with the TDM-2 compiler.

This commit is contained in:
Lukas Dürrenberger 2014-10-12 18:42:04 +02:00
parent e2b3cdacc2
commit 27e373c5c5

View File

@ -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>