// 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);
void DoStreamDemo3(wxCommandEvent& event);
void DoStreamDemo4(wxCommandEvent& event);
void DoStreamDemo5(wxCommandEvent& event);
+ void DoStreamDemo6(wxCommandEvent& event);
+ void DoStreamDemo7(wxCommandEvent& event);
#if wxUSE_UNICODE
void DoUnicodeDemo(wxCommandEvent& event);
#endif // wxUSE_UNICODE
TYPES_STREAM3,
TYPES_STREAM4,
TYPES_STREAM5,
+ TYPES_STREAM6,
+ TYPES_STREAM7,
TYPES_MIME
};