external/hunspell/hunspell-fdo48017-wfopen.patch |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 187765b8a45761e14d18da58463dbc0f5bd825e9
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Apr 25 16:38:16 2014 +0100

    try including windows.h for MultiByteToWideChar
    
    Change-Id: Ib737e520ff16f2e467504e85fc3969d525fd742a

diff --git a/external/hunspell/hunspell-fdo48017-wfopen.patch 
b/external/hunspell/hunspell-fdo48017-wfopen.patch
index a2782e0..47b803b 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
 +
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to