summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-10-19 12:27:00 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-10-19 12:27:00 (GMT)
commit74233bf008b1dfde4a70eedd5238366f8b579aad (patch)
tree854eb211dcc05b29b57902a2d4598fa303d91864
parent60511222548d14c252a85ac3449ea020be20a62e (diff)
downloadmxe-74233bf008b1dfde4a70eedd5238366f8b579aad.zip
mxe-74233bf008b1dfde4a70eedd5238366f8b579aad.tar.gz
mxe-74233bf008b1dfde4a70eedd5238366f8b579aad.tar.bz2
package wxwidgets: mingw-w64 fixes
-rw-r--r--src/wxwidgets-2-comdlg-struct.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/wxwidgets-2-comdlg-struct.patch b/src/wxwidgets-2-comdlg-struct.patch
new file mode 100644
index 0000000..ec1f166
--- /dev/null
+++ b/src/wxwidgets-2-comdlg-struct.patch
@@ -0,0 +1,23 @@
+This file is part of MXE.
+See index.html for further information.
+
+This patch has been taken from:
+http://thread.gmane.org/gmane.comp.lib.wxwidgets.general/79996/focus=80025
+
+diff -ur wxWidgets-2.9.5.orig/src/msw/dirdlg.cpp wxWidgets-2.9.5/src/msw/dirdlg.cpp
+--- wxWidgets-2.9.5.orig/src/msw/dirdlg.cpp 2013-07-17 01:47:14.000000000 +1000
++++ wxWidgets-2.9.5/src/msw/dirdlg.cpp 2013-10-19 23:19:10.000000000 +1100
+@@ -106,11 +106,11 @@
+ #define FOS_FORCEFILESYSTEM 0x40
+ #endif
+
+-struct COMDLG_FILTERSPEC;
++struct _COMDLG_FILTERSPEC;
+
+ struct IFileDialog : public IModalWindow
+ {
+- virtual HRESULT wxSTDCALL SetFileTypes(UINT, const COMDLG_FILTERSPEC*) = 0;
++ virtual HRESULT wxSTDCALL SetFileTypes(UINT, const _COMDLG_FILTERSPEC*) = 0;
+ virtual HRESULT wxSTDCALL SetFileTypeIndex(UINT) = 0;
+ virtual HRESULT wxSTDCALL GetFileTypeIndex(UINT*) = 0;
+ virtual HRESULT wxSTDCALL Advise(IFileDialogEvents*, DWORD*) = 0;