// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifndef __WXH__
-#define __WXH__
+#ifndef _WX_WXH__
+#define _WX_WXH__
#include "wx/setup.h" // Which features to include - user editable
#include "wx/defs.h"
#include "wx/dirdlg.h"
#include "wx/cmndata.h"
#include "wx/intl.h"
+#ifdef USE_SERIAL
+#include "wx/objstrm.h"
+#include "wx/serbase.h"
+#endif
#endif
- // __WXH__
+ // _WX_WXH__