From 8954a7ca0f70bbf167c9119d26c7bca8407e8da6 Mon Sep 17 00:00:00 2001 From: Bernd Wachter Date: Mon, 24 Oct 2011 20:28:15 +0300 Subject: Change the wrong, but mostly supported WIN32 macro to the correct _WIN32, enforced by -std=c++0x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Thorbjørn Lindeijer --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index 82ece500..169ee7d1 100644 --- a/src/main.h +++ b/src/main.h @@ -52,7 +52,7 @@ #ifdef HAVE_CONFIG_H #include "../config.h" -#elif defined WIN32 +#elif defined _WIN32 #include "winver.h" #elif defined __APPLE__ #define PACKAGE_VERSION "0.5.3" -- cgit v1.2.3-70-g09d2