From 8f4b6405ff849abadfb6bf30a3156890b8de9a48 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Sun, 23 Mar 2003 15:09:48 +0000 Subject: [PATCH] wxMotif does not have support for raw bitmaps. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/image/image.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/image/image.cpp b/samples/image/image.cpp index e49cb5a282..45aedd5358 100644 --- a/samples/image/image.cpp +++ b/samples/image/image.cpp @@ -30,7 +30,9 @@ #include "smile.xpm" #endif +#if !defined(__WXMOTIF__) #define wxHAVE_RAW_BITMAP +#endif // derived classes -- 2.45.2