]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/colour.h
call OnExec() taking wxString argument from OnExecute() by default
[wxWidgets.git] / include / wx / colour.h
index b0296e860ed1d64088e535f72ddfcb5bd566d792..80b36ec6841b064083723cfc983695de847dbb4f 100644 (file)
@@ -58,7 +58,7 @@ DECLARE_VARIANT_OBJECT_EXPORTED(wxColour,WXDLLEXPORT)
 //               code redundancy in all native wxColour implementations
 //-----------------------------------------------------------------------------
 
-#if defined( __WXMAC__ ) || defined( __WXMSW__ )
+#if defined( __WXMAC__ ) || defined( __WXMSW__ ) || defined( __WXPM__ )
 #define wxCOLOUR_IS_GDIOBJECT 0
 #else
 #define wxCOLOUR_IS_GDIOBJECT 1