From ea48aa7c2d45f04f00dac179949b3e3010e8c773 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Thu, 4 Oct 2001 21:46:21 +0000 Subject: [PATCH] standard settings for wxMac compilation using CodeWarrior theis file needs to be copied to setup.h in the appropriate directory git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/{setup.h => setup0.h} | 3 +++ 1 file changed, 3 insertions(+) rename include/wx/mac/{setup.h => setup0.h} (99%) diff --git a/include/wx/mac/setup.h b/include/wx/mac/setup0.h similarity index 99% rename from include/wx/mac/setup.h rename to include/wx/mac/setup0.h index 45062b94a1..e70853bbcd 100644 --- a/include/wx/mac/setup.h +++ b/include/wx/mac/setup0.h @@ -838,6 +838,9 @@ // Set to 1 for XPM format support #define wxUSE_XPM 1 +// Set to 1 to compile in wxPalette class +#define wxUSE_PALETTE 1 + // ---------------------------------------------------------------------------- // Mac-only settings // ----------------------------------------------------------------------------