added #if wxUSE_TIMEDATE where needed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-11-20 15:00:18 +00:00
parent 9a7d612157
commit 3409ae1756
2 changed files with 13 additions and 3 deletions

View File

@@ -25,7 +25,9 @@ public:
bool OnInit();
int OnExit() { delete m_mimeDatabase; return wxApp::OnExit(); }
#if wxUSE_TIMEDATE
void DoDateDemo(wxCommandEvent& event);
#endif // wxUSE_TIMEDATE
void DoTimeDemo(wxCommandEvent& event);
void DoVariantDemo(wxCommandEvent& event);
void DoByteOrderDemo(wxCommandEvent& event);
@@ -36,7 +38,7 @@ public:
void DoStreamDemo5(wxCommandEvent& event);
#if wxUSE_UNICODE
void DoUnicodeDemo(wxCommandEvent& event);
#endif
#endif // wxUSE_UNICODE
void DoMIMEDemo(wxCommandEvent& event);
wxTextCtrl* GetTextCtrl() const { return m_textCtrl; }