X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ca65c0440a7163e4e37e48b1c4329709d722db47..638357a03eced5cc1ecb9f79f8ad3f03f465c889:/src/generic/imaglist.cpp diff --git a/src/generic/imaglist.cpp b/src/generic/imaglist.cpp index 8402f89718..8c7f6898d3 100644 --- a/src/generic/imaglist.cpp +++ b/src/generic/imaglist.cpp @@ -7,6 +7,8 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +#ifndef __PALMOS__ + #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "imaglist.h" #endif @@ -190,4 +192,4 @@ bool wxGenericImageList::Draw( int index, wxDC &dc, int x, int y, return true; } - +#endif // __PALMOS__