Kaydet (Commit) 187765b8 authored tarafından Caolán McNamara's avatar Caolán McNamara

try including windows.h for MultiByteToWideChar

Change-Id: Ib737e520ff16f2e467504e85fc3969d525fd742a
üst 21334f74
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
+
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment