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