use wxUSE_DATEPICKCTRL

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2005-02-07 12:22:09 +00:00
parent 310e47b3be
commit 1ee3fb3846
4 changed files with 14 additions and 2 deletions

View File

@@ -12,6 +12,10 @@
#ifndef _WX_DATECTRL_H_
#define _WX_DATECTRL_H_
#include "wx/defs.h"
#if wxUSE_DATEPICKCTRL
#include "wx/control.h" // the base class
#include "wx/datetime.h"
@@ -94,5 +98,7 @@ public:
};
#endif
#endif // wxUSE_DATEPICKCTRL
#endif // _WX_DATECTRL_H_