From 81890b007770a670dcd6db2dc4f760ca4c696cbb Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Fri, 20 Apr 2012 02:11:15 +0000 Subject: [PATCH] - fixed build on linux --- source/shared_lib/include/platform/sdl/platform_util.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/shared_lib/include/platform/sdl/platform_util.h b/source/shared_lib/include/platform/sdl/platform_util.h index 943e790d0..8ecd98375 100644 --- a/source/shared_lib/include/platform/sdl/platform_util.h +++ b/source/shared_lib/include/platform/sdl/platform_util.h @@ -125,11 +125,11 @@ struct stringformatter { #define defformatstring(d) stringType d; formatstring(d) #define defvformatstring(d,last,fmt) stringType d; { va_list ap; va_start(ap, last); vformatstring(d, fmt, ap); va_end(ap); } +#endif + + #endif }}//end namespace #endif - - -#endif