X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ca65c0440a7163e4e37e48b1c4329709d722db47..0ce5a3a853f2eaa7fe58e494aa0605918531ff3b:/src/generic/imaglist.cpp diff --git a/src/generic/imaglist.cpp b/src/generic/imaglist.cpp index 8402f89718..23fb6cee97 100644 --- a/src/generic/imaglist.cpp +++ b/src/generic/imaglist.cpp @@ -18,7 +18,12 @@ #pragma hdrstop #endif +#include "wx/defs.h" + +#ifndef __PALMOS__ + #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 // __PALMOS__