Applied OpenWatcom fixes from ABX.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
87728739f2
commit
481721e8cb
@ -36,8 +36,9 @@
|
||||
#endif
|
||||
|
||||
#if defined(__WXMSW__) || defined(__WXMAC__)
|
||||
#ifdef wxHAVE_RAW_BITMAP
|
||||
#include "wx/rawbmp.h"
|
||||
#define wxHAVE_RAW_BITMAP
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// derived classes
|
||||
@ -896,7 +897,7 @@ void MyFrame::OnNewFrame( wxCommandEvent &WXUNUSED(event) )
|
||||
|
||||
#ifdef wxHAVE_RAW_BITMAP
|
||||
|
||||
void MyFrame::OnTestRawBitmap( wxCommandEvent &event )
|
||||
void MyFrame::OnTestRawBitmap( wxCommandEvent &WXUNUSED(event) )
|
||||
{
|
||||
(new MyRawBitmapFrame(this))->Show();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user