fix for crash on 64 bit platforms (patch 1028942)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-09-16 22:34:09 +00:00
parent d6e6a35c80
commit e1ff932979
5 changed files with 7 additions and 6 deletions

View File

@@ -258,6 +258,7 @@ wxGTK:
- implemented alpha channel support in wxBitmap
- added native GTK+2 wxArtProvider implementation with ability to load
icons from icon theme in addition to recognized stock art
- fixed crash on 64 bit platforms (Paul Cornett)
wxMotif: