MinGW does have vsnprintf. Fixes a warning in libxml2

Dedicated to Samuel Serapión

svn path=/trunk/; revision=37815
This commit is contained in:
KJK::Hyperion
2008-12-02 23:18:25 +00:00
parent 4a6ded56dd
commit d3e2e5e2ca
+2 -1
View File
@@ -298,5 +298,6 @@
/* ss_family is not defined here, use __ss_family instead */
/* #undef ss_family */
/* Win32 Std C name mangling work-around */
#if !defined(__MINGW32__) || defined(__NO_ISOCEXT)
#define vsnprintf _vsnprintf
#endif