942acab36114e302b3c44aca8c89b25965f8a5f8
[matthijs/ABM2.git] / ABM2 / porting.h
1 #ifndef WIN32
2         #define vsprintf_s vsnprintf
3         #define sprintf_s snprintf
4 #endif // !WIN32