]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/dialoged/src/reseditr.h
Fixed drawing of the lines data, also ensure that only tuples are
[wxWidgets.git] / utils / dialoged / src / reseditr.h
index 2c92b2acde1e49a107e50ab5b88229aa699ecc3d..3b479472e5cbbde528299339f1aa615295630027 100644 (file)
 
 #define wxDIALOG_EDITOR_VERSION 2.1
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "reseditr.h"
 #endif
 
+#include "wx/deprecated/setup.h"
+
 #include "wx/wx.h"
 #include "wx/string.h"
 #include "wx/layout.h"
-#include "wx/resource.h"
 #include "wx/toolbar.h"
 #include "wx/imaglist.h"
 #include "wx/treectrl.h"
-#include "wx/proplist.h"
 #include "wx/txtstrm.h"
+
+#include "wx/deprecated/resource.h"
+#include "wx/deprecated/proplist.h"
+
 #include "symbtabl.h"
 #include "winstyle.h"