]> git.lizzy.rs Git - dragonfireclient.git/blob - src/porting.h
3213ec9c0499edcbfef02c2ce5245878b8a9a52b
[dragonfireclient.git] / src / porting.h
1 /*
2 (c) 2010 Perttu Ahola <celeron55@gmail.com>
3 */
4
5 #ifndef PORTING_HEADER
6 #define PORTING_HEADER
7
8 #ifdef _WIN32
9         #define SWPRINTF_CHARSTRING L"%S"
10 #else
11         #define SWPRINTF_CHARSTRING L"%s"
12 #endif
13
14 #endif
15