mscms: Fix double free on error path in EnumColorProfilesA (scan-build).
[wine.git] / libs / xml2 / include / win32config.h
blob5d7fed2755ecdf1292727e266107d6f5cf90a736
1 #ifndef __LIBXML_WIN32_CONFIG__
2 #define __LIBXML_WIN32_CONFIG__
4 #define HAVE_SYS_STAT_H
5 #define HAVE_STAT
6 #define HAVE_FCNTL_H
8 #include <io.h>
9 #include <direct.h>
11 #if defined(__MINGW32__) || (defined(_MSC_VER) && _MSC_VER >= 1600)
12 #define HAVE_STDINT_H
13 #endif
15 #if defined(_MSC_VER)
16 #if _MSC_VER < 1900
17 #define snprintf _snprintf
18 #endif
19 #if _MSC_VER < 1500
20 #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a)
21 #endif
22 #endif
24 #endif /* __LIBXML_WIN32_CONFIG__ */