]> git.saurik.com Git - wxWidgets.git/commit
Fix problem with COMDLG_FILTERSPEC declaration with MinGW-w64 4.8.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Sep 2013 23:48:55 +0000 (23:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Sep 2013 23:48:55 +0000 (23:48 +0000)
commit4a2d030adfa836f6ada1830c9057170d053bcc64
treed691da974d2f84239a00e4b9e1e3268fa800b3e7
parentd0146438fa2127faf54bc692ae4b36f8f992e63b
Fix problem with COMDLG_FILTERSPEC declaration with MinGW-w64 4.8.

Forward declaring as a struct a symbol previously defined as a typedef results
in an error when using MinGW-w64 4.8.1, so forward declare the struct itself
instead.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/dirdlg.cpp