mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:17:05 +08:00
[gettext] fix build with mingw-w64 (#10077)
This commit is contained in:
parent
93045f2974
commit
c84dfe7ddd
@ -16,7 +16,7 @@ index 63351523..c078de3f 100644
|
|||||||
+# endif
|
+# endif
|
||||||
+# undef NOMINMAX
|
+# undef NOMINMAX
|
||||||
+# define NOMINMAX
|
+# define NOMINMAX
|
||||||
+# include <Windows.h> // For: MultiByteToWideChar
|
+# include <windows.h> // For: MultiByteToWideChar
|
||||||
+# include <io.h>
|
+# include <io.h>
|
||||||
+# include <wchar.h>
|
+# include <wchar.h>
|
||||||
+
|
+
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Source: gettext
|
Source: gettext
|
||||||
Version: 0.19-14
|
Version: 0.19-15
|
||||||
Homepage: https://www.gnu.org/software/gettext/
|
Homepage: https://www.gnu.org/software/gettext/
|
||||||
Description: The GNU gettext utilities are a set of tools that provides a framework to help other GNU packages produce multi-lingual messages. Provides libintl.
|
Description: The GNU gettext utilities are a set of tools that provides a framework to help other GNU packages produce multi-lingual messages. Provides libintl.
|
||||||
Build-Depends: libiconv
|
Build-Depends: libiconv
|
||||||
|
@ -275,7 +275,9 @@
|
|||||||
#define HAVE_MEMORY_H 1
|
#define HAVE_MEMORY_H 1
|
||||||
|
|
||||||
/* Define to 1 if you have the `mempcpy' function. */
|
/* Define to 1 if you have the `mempcpy' function. */
|
||||||
/* #undef HAVE_MEMPCPY */
|
#ifdef __GNUC__
|
||||||
|
#define HAVE_MEMPCPY 1
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Define to 1 if you have a working `mmap' system call. */
|
/* Define to 1 if you have a working `mmap' system call. */
|
||||||
/* #undef HAVE_MMAP */
|
/* #undef HAVE_MMAP */
|
||||||
|
Loading…
Reference in New Issue
Block a user