Fix wxBitmap conversion to wxImage in 64-bit wxOSX builds.

Don't assume that sizeof(long) == 4, this is just wrong.

Closes #16770.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@78354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2015-01-06 20:08:25 +00:00
parent 440e477ea7
commit c489816251
2 changed files with 3 additions and 4 deletions

View File

@@ -603,6 +603,7 @@ wxMSW:
wxOSX:
- Fix conversion of wxBitmap to wxImage in 64 bit builds.
- Fix wxFileDialog::GetFilterIndex() for file open dialogs (phsilva).