From 27e373c5c58b3591831b41469912e0df78f012dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20D=C3=BCrrenberger?= Date: Sun, 12 Oct 2014 18:42:04 +0200 Subject: [PATCH] Added missing WINVER to fix a compilation error with the TDM-2 compiler. --- src/SFML/Window/Win32/WindowImplWin32.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SFML/Window/Win32/WindowImplWin32.cpp b/src/SFML/Window/Win32/WindowImplWin32.cpp index 5ebc8a80c..69fe2eab4 100644 --- a/src/SFML/Window/Win32/WindowImplWin32.cpp +++ b/src/SFML/Window/Win32/WindowImplWin32.cpp @@ -33,6 +33,7 @@ #endif #define _WIN32_WINDOWS 0x0501 #define _WIN32_WINNT 0x0501 +#define WINVER 0x0501 #include #include #include