From: Stefan Csomor Date: Wed, 24 Apr 2002 19:53:23 +0000 (+0000) Subject: uses native implementation for mac X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/470d7e4f3eb53880c30ca809e0fd9757948ac4f2?ds=inline uses native implementation for mac git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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"