compilation fix for platforms w/o wxRawBitmap
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -34,10 +34,10 @@
|
|||||||
#if !defined(__WINDOWS__) || wxUSE_XPM_IN_MSW
|
#if !defined(__WINDOWS__) || wxUSE_XPM_IN_MSW
|
||||||
#include "smile.xpm"
|
#include "smile.xpm"
|
||||||
#endif
|
#endif
|
||||||
#ifndef __VMS
|
|
||||||
# include "wx/rawbmp.h"
|
|
||||||
|
|
||||||
#define wxHAVE_RAW_BITMAP
|
#if defined(__WXMSW__) || defined(__WXMAC__)
|
||||||
|
#include "wx/rawbmp.h"
|
||||||
|
#define wxHAVE_RAW_BITMAP
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// derived classes
|
// derived classes
|
||||||
|
Reference in New Issue
Block a user