]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/window.h
OutputDebugStringW95 removed - it's really unnecessary - and the references to
[wxWidgets.git] / include / wx / os2 / window.h
index 3a74134df8600021ed3fa22621e9ac091e1df94a..706b3a399c71217e6f9a65f79c865d820061574d 100644 (file)
 // ---------------------------------------------------------------------------
 // headers
 // ---------------------------------------------------------------------------
+#define INCL_DOS
+#define INCL_PM
+#define INCL_GPI
+#include <os2.h>
+
 
 // ---------------------------------------------------------------------------
 // forward declarations
@@ -412,6 +417,10 @@ private:
     bool HandleNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result);
     DECLARE_NO_COPY_CLASS(wxWindow);
     DECLARE_EVENT_TABLE()
+private:
+    // Virtual function hiding supression
+    inline virtual bool Reparent( wxWindowBase *newParent )
+    { return(wxWindowBase::Reparent(newParent));};
 };
 
 // ---------------------------------------------------------------------------