We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d0b0b commit 029a4a6Copy full SHA for 029a4a6
SMP/config.h
@@ -215,7 +215,7 @@
215
#define HAVE_TIME_H 1
216
217
/* Define to 1 if you have the <unistd.h> header file. */
218
-#define HAVE_UNISTD_H 1
+/* #undef HAVE_UNISTD_H */
219
220
/* Whether va_copy() is available */
221
#define HAVE_VA_COPY 1
SMP/unistd.h
xmlIO.c
@@ -43,6 +43,7 @@
43
#if defined(_WIN32) && !defined(__CYGWIN__)
44
#define WIN32_LEAN_AND_MEAN
45
#include <windows.h>
46
+#include <direct.h>
47
#endif
48
49
#if defined(_WIN32_WCE)
0 commit comments