From 7f4ddc677502af1c3b74d9efe2bc6913df84a406 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 5 Sep 2015 14:40:01 +0200 Subject: [PATCH] (win32_common.c) Don't use _WIN32 ifdef --- gfx/common/win32_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/common/win32_common.c b/gfx/common/win32_common.c index d76e8934bb..2fcc042c7a 100644 --- a/gfx/common/win32_common.c +++ b/gfx/common/win32_common.c @@ -16,7 +16,7 @@ #include "../../general.h" #include "win32_common.h" -#if !defined(_XBOX) && defined(_WIN32) +#if !defined(_XBOX) #ifndef _WIN32_WINNT #define _WIN32_WINNT 0x0500 //_WIN32_WINNT_WIN2K