From 470d7e4f3eb53880c30ca809e0fd9757948ac4f2 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Wed, 24 Apr 2002 19:53:23 +0000 Subject: [PATCH] uses native implementation for mac git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/colordlg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/colordlg.h b/include/wx/colordlg.h index 54a8fdc515..8b8ce1d292 100644 --- a/include/wx/colordlg.h +++ b/include/wx/colordlg.h @@ -16,6 +16,8 @@ #if defined(__WXMSW__) #include "wx/msw/colordlg.h" +#elif defined(__WXMAC__) + #include "wx/mac/colordlg.h" #else #include "wx/generic/colrdlgg.h" -- 2.45.2