/////////////////////////////////////////////////////////////////////////////
// Name: typetest.h
-// Purpose: Types wxWindows sample
+// Purpose: Types wxWidgets sample
// Author: Julian Smart
// Modified by:
// Created: 04/01/98
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "typetest.h"
#endif
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);
void DoStreamDemo(wxCommandEvent& event);