]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/frame.h
changed wxUSE_DRAGIMAG to wxUSE_DRAGIMAGE and use it everywhere now
[wxWidgets.git] / include / wx / univ / frame.h
index 35a04ee61b6c5c33ca097b6afa905c4f446670da..349462b295eb1f36b920b44d0aa11032a4c0038b 100644 (file)
 // wxFrame
 // ----------------------------------------------------------------------------
 
+#if defined(__WXMSW__)
+#define wxFrameNative wxFrameMSW
+#elif defined(__WXGTK__)
+#define wxFrameNative wxFrameGTK
+#elif defined(__WXMGL__)
+#define wxFrameNative wxFrameMGL
+#endif
+
 class wxFrame : public wxFrameNative
 {
 public: