mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-05 19:01:18 +03:00
clean redefinition of {v}snprintf in C-source
as those from *config.h are preferable (e.g. win32config.h)
This commit is contained in:
committed by
Daniel Veillard
parent
1f0453f715
commit
c3b1d09ba2
@ -28,9 +28,7 @@
|
||||
#include "libxml_wrap.h"
|
||||
#include "libxml2-py.h"
|
||||
|
||||
#if defined(_MSC_VER) && !defined(vsnprintf)
|
||||
#define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a)
|
||||
#elif defined(WITH_TRIO) && !defined(vsnprintf)
|
||||
#if defined(WITH_TRIO)
|
||||
#include "trio.h"
|
||||
#define vsnprintf trio_vsnprintf
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user