From fb410e40113c0243f27fb60c4510f574efdcffb6 Mon Sep 17 00:00:00 2001 From: ehouse Date: Tue, 14 Feb 2006 04:54:28 +0000 Subject: [PATCH] use native color-picker on win32 --- wince/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wince/Makefile b/wince/Makefile index 5d130fc8b..a369a2c09 100644 --- a/wince/Makefile +++ b/wince/Makefile @@ -29,7 +29,7 @@ STRIP = arm-wince-pe-strip CELIBS = -L/usr/arm-wince-pe/lib TARGET_OS_DEF = -DTARGET_OS_WINCE STANDALONE = -DXWFEATURE_STANDALONE_ONLY -CFLAGS += -D_WIN32_WCE=400 -DUNDER_CE \ +CFLAGS += -D_WIN32_WCE=400 -DUNDER_CE -DMY_COLOR_SEL \ $(STANDALONE) \ -fdollars-in-identifiers -D__W32API_USE_DLLIMPORT__ LFLAGS += -Wl,--major-subsystem-version,4,--minor-subsystem-version,20 @@ -97,7 +97,7 @@ INCLUDES = $(WINCE_INCLUDES) $(COMMON_INCLUDES) XW_BOTH_DEFINES = \ $(TARGET_OS_DEF) \ - -DNODE_CAN_4 -DMY_COLOR_SEL \ + -DNODE_CAN_4 \ -DCOLOR_SUPPORT -DFEATURE_TRAY_EDIT -DXWFEATURE_SEARCHLIMIT \ -DXWFEATURE_HINT_CONFIG \ -DPOINTER_SUPPORT -DKEY_SUPPORT -D__LITTLE_ENDIAN \