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:
Mattia Barbon 2003-09-09 20:39:58 +00:00
parent 87728739f2
commit 481721e8cb

View File

@ -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();
}