#pragma implementation "serbase.h"
#endif
-#ifdef wxUSE_SERIAL
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#pragma hdrstop
#endif
+#if wxUSE_SERIAL
+
// ----------------------------------------------------------------------------
// wxObject_Serialize
// ----------------------------------------------------------------------------
-#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxObject_Serialize,wxObject)
+
+#if !USE_SHARED_LIBRARY
IMPLEMENT_SERIAL_CLASS(wxList, wxObject)
IMPLEMENT_SERIAL_CLASS(wxHashTable, wxObject)
#endif
table->hash_table[i] = (wxList *)s.GetChild();
}
-#endif
+#endif // wxUSE_SERIAL