vsnprintf is defined as _vsnprintf on MSVC
[fw/sdcc] / sdcc_vc_in.h
index 467d979bcd9ef239173cccb8d039ec560ee83288..32b58b084a0069a734b182dc464b020599e5fdaf 100644 (file)
 // #undef HAVE_ENDIAN_H
 
 #undef HAVE_STRERROR
-#undef HAVE_VSNPRINTF
-#undef HAVE_SNPRINTF
-#define HAVE_VSPRINTF
+#define HAVE_VSNPRINTF
+#define vsnprintf _vsnprintf   
+#undef HAVE_SPRINTF
+#undef HAVE_VSPRINTF
 
 #undef OPT_DISABLE_MCS51
 #undef OPT_DISABLE_GBZ80