From 804b2647ced20b8af1e632f1e99d54f905fa8ce0 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 11 Feb 2011 16:43:26 +0200 Subject: new texture stuff quite working --- src/porting.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/porting.h') diff --git a/src/porting.h b/src/porting.h index 71891de39..441a57d77 100644 --- a/src/porting.h +++ b/src/porting.h @@ -30,7 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "debug.h" #include "constants.h" -#ifdef _WIN32 +#ifdef _MSC_VER #define SWPRINTF_CHARSTRING L"%S" #else #define SWPRINTF_CHARSTRING L"%s" -- cgit v1.2.3