aboutsummaryrefslogtreecommitdiff
path: root/ports/gettext/0003-Fix-win-unicode-paths.patch
diff options
context:
space:
mode:
authorHleb Valoshka <375gnu@gmail.com>2020-03-11 19:07:39 +0300
committerGitHub <noreply@github.com>2020-03-11 09:07:39 -0700
commitc84dfe7ddd6f3ba14ec9f4b1f2c577365175128b (patch)
tree3164735d477c9cc7535913260275670610a1d950 /ports/gettext/0003-Fix-win-unicode-paths.patch
parent93045f29748a614ae02b89d06beb9b5a5fd25fc9 (diff)
downloadvcpkg-c84dfe7ddd6f3ba14ec9f4b1f2c577365175128b.tar.gz
vcpkg-c84dfe7ddd6f3ba14ec9f4b1f2c577365175128b.zip
[gettext] fix build with mingw-w64 (#10077)
Diffstat (limited to 'ports/gettext/0003-Fix-win-unicode-paths.patch')
-rw-r--r--ports/gettext/0003-Fix-win-unicode-paths.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/gettext/0003-Fix-win-unicode-paths.patch b/ports/gettext/0003-Fix-win-unicode-paths.patch
index f86c52c86..540ac3d92 100644
--- a/ports/gettext/0003-Fix-win-unicode-paths.patch
+++ b/ports/gettext/0003-Fix-win-unicode-paths.patch
@@ -16,7 +16,7 @@ index 63351523..c078de3f 100644
+# endif
+# undef NOMINMAX
+# define NOMINMAX
-+# include <Windows.h> // For: MultiByteToWideChar
++# include <windows.h> // For: MultiByteToWideChar
+# include <io.h>
+# include <wchar.h>
+