From: Vadim Zeitlin Date: Sat, 15 Jan 2005 15:55:04 +0000 (+0000) Subject: added special comments used by build/update-setup.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/24ab5c03d947b7b5db64c2a43871c1e284bdb698 added special comments used by build/update-setup.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index d3748afbcf..913ad2bed1 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -12,6 +12,8 @@ #ifndef _WX_SETUP_H_ #define _WX_SETUP_H_ +/* --- start common options --- */ + // ---------------------------------------------------------------------------- // global settings // ---------------------------------------------------------------------------- @@ -535,6 +537,7 @@ #define wxUSE_CHECKLISTBOX 1 // wxCheckListBox (requires wxUSE_OWNER_DRAWN) #define wxUSE_CHOICE 1 // wxChoice #define wxUSE_COMBOBOX 1 // wxComboBox +#define wxUSE_DATEPICKCTRL 1 #define wxUSE_GAUGE 1 // wxGauge #define wxUSE_LISTBOX 1 // wxListBox #define wxUSE_LISTCTRL 1 // wxListCtrl @@ -1023,6 +1026,8 @@ // Set to 1 to compile in wxPalette class #define wxUSE_PALETTE 1 +/* --- end common options --- */ + // ---------------------------------------------------------------------------- // Windows-only settings // ----------------------------------------------------------------------------