* Introduce porting.h for portability define thingies.
[matthijs/ABM2.git] / ABM2 / porting.h
diff --git a/ABM2/porting.h b/ABM2/porting.h
new file mode 100644 (file)
index 0000000..a4f6c1f
--- /dev/null
@@ -0,0 +1,3 @@
+#ifndef WIN32
+       #define vsprintf_s vsnprintf
+#endif // !WIN32