diff options
Diffstat (limited to 'external')
-rw-r--r-- | external/hunspell/hunspell-fdo48017-wfopen.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/external/hunspell/hunspell-fdo48017-wfopen.patch b/external/hunspell/hunspell-fdo48017-wfopen.patch index a2782e061890..47b803bc6529 100644 --- a/external/hunspell/hunspell-fdo48017-wfopen.patch +++ b/external/hunspell/hunspell-fdo48017-wfopen.patch @@ -1,11 +1,12 @@ diff -ru hunspell/src/hunspell/csutil.cxx build/hunspell/src/hunspell/csutil.cxx --- hunspell/src/hunspell/csutil.cxx 2011-02-02 11:35:43.000000000 +0100 +++ build/hunspell/src/hunspell/csutil.cxx 2014-04-24 19:42:01.373285409 +0200 -@@ -17,6 +17,10 @@ +@@ -17,6 +17,11 @@ unsigned short clower; }; +#ifdef _WIN32 ++#include <windows.h> +#include <wchar.h> +#endif + |