X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ca65c0440a7163e4e37e48b1c4329709d722db47..0bd3b8eca1d6ef2749797f34216493fce0edd8d6:/src/generic/imaglist.cpp diff --git a/src/generic/imaglist.cpp b/src/generic/imaglist.cpp index 8402f89718..06ab88e919 100644 --- a/src/generic/imaglist.cpp +++ b/src/generic/imaglist.cpp @@ -18,7 +18,12 @@ #pragma hdrstop #endif +#include "wx/defs.h" + +#ifndef __WXPALMOS__ + #include "wx/generic/imaglist.h" + #include "wx/icon.h" #include "wx/image.h" #include "wx/dc.h" @@ -190,4 +195,4 @@ bool wxGenericImageList::Draw( int index, wxDC &dc, int x, int y, return true; } - +#endif // __WXPALMOS__