// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifndef __PALMOS__
-
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "imaglist.h"
#endif
#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"
return true;
}
-#endif // __PALMOS__
+#endif // __WXPALMOS__