public:
bool IsNull() const { return m_refData == NULL; }
-#if defined(__WXMSW__) || defined(__WXOS2__) || defined(__WXPALMOS__)
+#if defined(__WXMSW__) || defined(__WXPM__) || defined(__WXPALMOS__)
// Creates the resource
virtual bool RealizeResource() { return false; }
// Returns handle.
virtual WXHANDLE GetResourceHandle() const { return 0; }
-#endif // defined(__WXMSW__) || defined(__WXOS2__)
+#endif // defined(__WXMSW__) || defined(__WXPM__)
DECLARE_DYNAMIC_CLASS(wxGDIObject)
};