git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-05-13 12:50:25 +00:00
parent 3c48006d8b
commit 90a752c2ea
2 changed files with 131 additions and 542 deletions

View File

@@ -126,5 +126,17 @@
# define wxUSE_WCHAR_T 0
#endif
/* DMC++ doesn't have definitions for date picker control, so use generic control
*/
#ifdef __DMC__
#if wxUSE_DATEPICKCTRL
#undef wxUSE_DATEPICKCTRL_GENERIC
#undef wxUSE_DATEPICKCTRL
#endif
#define wxUSE_DATEPICKCTRL 0
#define wxUSE_DATEPICKCTRL_GENERIC 1
#endif
#endif /* _WX_MSW_CHKCONF_H_ */