Fix for limited build required by headers of free DMC.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-01-17 21:20:07 +00:00
parent 3d35dfa380
commit 9b877d1846

View File

@@ -26,6 +26,8 @@
#ifndef WX_PRECOMP
#endif
#if wxUSE_DATEPICKCTRL
#include "wx/datectrl.h"
#define _WX_DEFINE_DATE_EVENTS_
@@ -223,3 +225,4 @@ wxDatePickerCtrl::MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result)
return wxDatePickerCtrlBase::MSWOnNotify(idCtrl, lParam, result);
}
#endif // wxUSE_DATEPICKCTRL