summaryrefslogtreecommitdiff
path: root/external/hunspell/UnpackedTarball_hunspell.mk
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2014-04-25 12:09:52 +0200
committerAndras Timar <andras.timar@collabora.com>2014-05-01 12:31:49 +0200
commita4d7d01c8dd35a863637001e2ca906e00ecd09ec (patch)
tree737fd3376ab12013e0cc016a741b0f87d11274a8 /external/hunspell/UnpackedTarball_hunspell.mk
parent3e780c8ab23458c01a5fb7d4faaab96073ef7f6d (diff)
fdo#48017 fix WIN32 long path name support of spelling dictionaries
+ try including windows.h for MultiByteToWideChar (cherry picked from commit 187765b8a45761e14d18da58463dbc0f5bd825e9) + error C2059: syntax error : ´)´ (cherry picked from commit 445d62565d662a7119a0c49e8e8de68ee244dc74) Change-Id: I1ccaae9dba4f82cd50531890e159519a765a0fff Reviewed-on: https://gerrit.libreoffice.org/9182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'external/hunspell/UnpackedTarball_hunspell.mk')
-rw-r--r--external/hunspell/UnpackedTarball_hunspell.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/hunspell/UnpackedTarball_hunspell.mk b/external/hunspell/UnpackedTarball_hunspell.mk
index 8c23f0396332..730a6ce3e920 100644
--- a/external/hunspell/UnpackedTarball_hunspell.mk
+++ b/external/hunspell/UnpackedTarball_hunspell.mk
@@ -21,6 +21,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,hunspell,\
external/hunspell/hunspell-1.3.2-compound.patch \
external/hunspell/hunspell.rhbz918938.patch \
external/hunspell/hunspell-wundef.patch.1 \
+ external/hunspell/hunspell-fdo48017-wfopen.patch \
))
ifeq ($(COM),MSC)