* Introduce porting.h for portability define thingies.
[matthijs/ABM2.git] / ABM2 / porting.h
1 #ifndef WIN32
2         #define vsprintf_s vsnprintf
3 #endif // !WIN32