From 6bf7d10b9acff7434e8acc9c9b87ad9e766f7574 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 18 Dec 2007 14:06:52 +0000 Subject: [PATCH] derive wxColourBase from wxObject on msw as well git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/colour.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/colour.h b/include/wx/colour.h index 7da9920402..1adc13ee2e 100644 --- a/include/wx/colour.h +++ b/include/wx/colour.h @@ -55,7 +55,7 @@ DECLARE_VARIANT_OBJECT_EXPORTED(wxColour,WXDLLEXPORT) // code redundancy in all native wxColour implementations //----------------------------------------------------------------------------- -#ifdef __WXMAC__ +#if defined( __WXMAC__ ) || defined( __WXMSW__ ) #define wxCOLOUR_IS_GDIOBJECT 0 #else #define wxCOLOUR_IS_GDIOBJECT 1