/////////////////////////////////////////////////////////////////////////////
-// Name: src/common/xtistrm.cpp
+// Name: src/common/xtixml.cpp
// Purpose: streaming runtime metadata information
// Author: Stefan Csomor
// Modified by:
#include "wx/wxprec.h"
#ifdef __BORLANDC__
-#pragma hdrstop
+ #pragma hdrstop
#endif
+#if wxUSE_EXTENDED_RTTI
+
#ifndef WX_PRECOMP
-#include "wx/hash.h"
-#include "wx/object.h"
+ #include "wx/object.h"
+ #include "wx/hash.h"
#endif
#include "wx/xml/xml.h"
#include "wx/txtstrm.h"
#include "wx/event.h"
-#if wxUSE_EXTENDED_RTTI
-
#include "wx/xtistrm.h"
#include "wx/xtixml.h"
return wxInvalidObjectID ;
}
-#endif
+#endif // wxUSE_EXTENDED_RTTI