1 #ifndef __LIBXML_WIN32_CONFIG__ 2 #define __LIBXML_WIN32_CONFIG__ 9 #define GETHOSTBYNAME_ARG_CAST 11 #if defined(_WIN32_WCE) 13 #include "wincecompat.h" 15 #define HAVE_SYS_STAT_H 27 #define ICONV_CONST const 38 #if defined(_MSC_VER) || defined(__BORLANDC__) 48 #define isinf(d) ((_fpclass(d) == _FPCLASS_PINF) ? 1 \ 49 : ((_fpclass(d) == _FPCLASS_NINF) ? -1 : 0)) 53 #define isnan(d) (_isnan(d)) 63 }
else if (
val == -0.5) {
80 }
else if (
val == -0.5) {
93 #define mkdir(p,m) _mkdir(p) 95 #define snprintf _snprintf 98 #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a) 100 #elif defined(__MINGW32__) 101 #define mkdir(p,m) _mkdir(p) 106 #if defined(LIBXML_THREAD_ENABLED) 107 #if !defined(HAVE_PTHREAD_H) && !defined(HAVE_WIN32_THREADS) && !defined(_WIN32_WCE) 108 #define HAVE_WIN32_THREADS 118 #define TRUE (!(FALSE)) static int isnan(double d)
static int isinf(double d)
_Check_return_ _CRTIMP double __cdecl frexp(_In_ double x, _Out_ int *y)