From 4e249fb3fbf75f0359758760d88e22aa5b14533c Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 27 Nov 2010 01:02:21 +0200 Subject: Initial files --- src/porting.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/porting.h (limited to 'src/porting.h') diff --git a/src/porting.h b/src/porting.h new file mode 100644 index 000000000..3213ec9c0 --- /dev/null +++ b/src/porting.h @@ -0,0 +1,15 @@ +/* +(c) 2010 Perttu Ahola +*/ + +#ifndef PORTING_HEADER +#define PORTING_HEADER + +#ifdef _WIN32 + #define SWPRINTF_CHARSTRING L"%S" +#else + #define SWPRINTF_CHARSTRING L"%s" +#endif + +#endif + -- cgit v1.2.3