From: Stefan Csomor Date: Mon, 28 Jul 2003 08:05:34 +0000 (+0000) Subject: even more defines for rerouting the xti information to the correct members X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9a069b727915ec2a92d7f05991cf89c05de4b045 even more defines for rerouting the xti information to the correct members git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/window.h b/include/wx/window.h index dce69059f9..2270ca10c3 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -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__)