=== modified file 'libs/vos/vutil/snprintf.hh'
--- old/libs/vos/vutil/snprintf.hh	2005-04-24 15:05:03 +0000
+++ new/libs/vos/vutil/snprintf.hh	2007-04-17 06:08:00 +0000
@@ -40,7 +40,7 @@
 #endif
 
 #ifndef HAVE_SNPRINTF
-#ifdef __MINGW32__
+#if defined(__MINGW32__) || ( defined(_WIN32) && defined(_MSC_VER) )
 // there's no snprintf() but _snprintf() on MinGW...
 //extern int (* snprintf)(char*, size_t, const char*, ...);
 #define snprintf _snprintf

