Maintainence to support all compilers.
[xboard.git] / winboard / config.h
index 6a73eda..5eeb793 100644 (file)
@@ -54,6 +54,9 @@
 /* Define to the version of this package. */\r
 #define PACKAGE_VERSION "4.4.1.pre"\r
 \r
+/* Define the Windows-specific FILE version info.  this *MUST* be four comma separated 16-bit integers */\r
+#define PACKAGE_FILEVERSION 4,4,1,0\r
+\r
 #define PTY_ITERATION\r
 \r
 #define PTY_NAME_SPRINTF\r
 \r
 #ifdef _MSC_VER\r
 #define snprintf _snprintf\r
+#if _MSC_VER < 1500\r
+#define vsnprintf _vsnprintf\r
+#endif\r
 #endif\r