summaryrefslogtreecommitdiffstats
path: root/src/wxwidgets-1-fixes.patch
diff options
context:
space:
mode:
authorAlois Schloegl <alois.schloegl@ist.ac.at>2013-01-04 14:06:53 (GMT)
committerAlois Schloegl <alois.schloegl@ist.ac.at>2013-01-04 14:06:53 (GMT)
commit74f59a59684f40636dea29a371b821e138811318 (patch)
tree5c2567d52e1d51479191861a9cae591cb8409eaf /src/wxwidgets-1-fixes.patch
parent3df3bc1a513d9246c9b4dc4ce0509455e225f539 (diff)
downloadmxe-74f59a59684f40636dea29a371b821e138811318.zip
mxe-74f59a59684f40636dea29a371b821e138811318.tar.gz
mxe-74f59a59684f40636dea29a371b821e138811318.tar.bz2
upgrade and patch wxwidgets in order to compile for target x86_64 (64 bit windows)
Diffstat (limited to 'src/wxwidgets-1-fixes.patch')
-rw-r--r--src/wxwidgets-1-fixes.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/wxwidgets-1-fixes.patch b/src/wxwidgets-1-fixes.patch
new file mode 100644
index 0000000..33329b6
--- /dev/null
+++ b/src/wxwidgets-1-fixes.patch
@@ -0,0 +1,11 @@
+--- ./src/msw/textctrl.cpp 2013-01-02 21:47:03.000000000 +0100
++++ ./src/msw/textctrl.cpp 2013-01-02 21:46:53.000000000 +0100
+@@ -992,7 +992,7 @@
+
+ EDITSTREAM eds;
+ wxZeroMemory(eds);
+- eds.dwCookie = (DWORD)&data;
++ eds.dwCookie = (DWORD_PTR)&data;
+ eds.pfnCallback = wxRichEditStreamOut;
+
+ ::SendMessage