mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:39:08 +08:00
9d706789ce
This is required to build libintl (gettext) with iconv support (see #8484). Also updated to the latest version 1.16.
13 lines
732 B
Diff
13 lines
732 B
Diff
diff -uNr libiconv-1.16/libcharset/include/libcharset.h.in libiconv-1.16-work/libcharset/include/libcharset.h.in
|
|
--- libiconv-1.16/libcharset/include/libcharset.h.in 2018-09-17 19:07:42.000000000 +0300
|
|
+++ libiconv-1.16-work/libcharset/include/libcharset.h.in 2019-12-04 17:15:50.000000000 +0300
|
|
@@ -33,7 +33,7 @@
|
|
by the corresponding pathname with the current prefix instead. Both
|
|
prefixes should be directory names without trailing slash (i.e. use ""
|
|
instead of "/"). */
|
|
-extern void libcharset_set_relocation_prefix (const char *orig_prefix,
|
|
+extern void LIBCHARSET_DLL_EXPORTED libcharset_set_relocation_prefix (const char *orig_prefix,
|
|
const char *curr_prefix);
|
|
|
|
|