summaryrefslogtreecommitdiffstats
path: root/src/wxwidgets-1-fixes.patch
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-07-28 12:08:05 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-07-28 13:13:14 (GMT)
commitb62c2b4d1a917f8af0095dabc6686f808ee52f1c (patch)
tree0d5e966bc2c143296c2b738d2f012f1490c64790 /src/wxwidgets-1-fixes.patch
parent9bb2c2492536d10b7980638318d0eaacc81a9f9e (diff)
downloadmxe-b62c2b4d1a917f8af0095dabc6686f808ee52f1c.zip
mxe-b62c2b4d1a917f8af0095dabc6686f808ee52f1c.tar.gz
mxe-b62c2b4d1a917f8af0095dabc6686f808ee52f1c.tar.bz2
package wxwidgets: update and remove legacy 2.4/2.6 compatibility
Diffstat (limited to 'src/wxwidgets-1-fixes.patch')
-rw-r--r--src/wxwidgets-1-fixes.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/wxwidgets-1-fixes.patch b/src/wxwidgets-1-fixes.patch
deleted file mode 100644
index 33329b6..0000000
--- a/src/wxwidgets-1-fixes.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./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