Skip to content

Commit 029a4a6

Browse files
committed
project: Remove unistd.h.
1 parent c7d0b0b commit 029a4a6

File tree

3 files changed

+2
-63
lines changed

3 files changed

+2
-63
lines changed

SMP/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
#define HAVE_TIME_H 1
216216

217217
/* Define to 1 if you have the <unistd.h> header file. */
218-
#define HAVE_UNISTD_H 1
218+
/* #undef HAVE_UNISTD_H */
219219

220220
/* Whether va_copy() is available */
221221
#define HAVE_VA_COPY 1

SMP/unistd.h

Lines changed: 0 additions & 62 deletions
This file was deleted.

xmlIO.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
#if defined(_WIN32) && !defined(__CYGWIN__)
4444
#define WIN32_LEAN_AND_MEAN
4545
#include <windows.h>
46+
#include <direct.h>
4647
#endif
4748

4849
#if defined(_WIN32_WCE)

0 commit comments

Comments
 (0)