]> git.saurik.com Git - wxWidgets.git/commitdiff
even more defines for rerouting the xti information to the correct members
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 28 Jul 2003 08:05:34 +0000 (08:05 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 28 Jul 2003 08:05:34 +0000 (08:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/window.h

index dce69059f9b882836d3c9c13ca4798744608ab1e..2270ca10c3443deae9be1ecee30350358a5c4093 100644 (file)
@@ -1141,6 +1141,9 @@ private:
     #else // !wxUniv
         #define wxWindowMSW wxWindow
         #define sm_classwxWindowMSW sm_classwxWindow
+        #define sm_constructorPropertiesCountwxWindowMSW sm_constructorPropertiesCountwxWindow
+        #define sm_constructorPropertieswxWindowMSW sm_constructorPropertieswxWindow
+        #define sm_constructorwxWindowMSW sm_constructorwxWindow
     #endif // wxUniv/!wxUniv
     #include "wx/msw/window.h"
 #elif defined(__WXMOTIF__)