mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
MinGW does have vsnprintf. Fixes a warning in libxml2
Dedicated to Samuel Serapión svn path=/trunk/; revision=37815
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user