mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:51:48 +08:00
ac030b40d5
* Reformat portfile * Minimize makefiles patch * Update to 1.0.6 * Fix uwp builds, remove skip from baseline * Install pc file for windows * Update versions Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
14 lines
359 B
Diff
14 lines
359 B
Diff
diff --git a/config-msvc.h b/config-msvc.h
|
|
index a39d4e7..37f1c0b 100644
|
|
--- a/config-msvc.h
|
|
+++ b/config-msvc.h
|
|
@@ -66,7 +66,7 @@
|
|
#define HAVE_SYS_TYPES_H 1
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
-#define HAVE_UNISTD_H 1
|
|
+#undef HAVE_UNISTD_H
|
|
|
|
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
|
|
slash. */
|