]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wx.h
Fixed a small wxDialog thing
[wxWidgets.git] / include / wx / wx.h
index 4a8529e696c0c1e0099b2931d0e1c5c0013785b4..98c80c43ed0e15920df6573407c942f9b7dd2c80 100644 (file)
@@ -9,8 +9,8 @@
 // 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__