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
This commit is contained in:
Stefan Csomor 2003-07-28 08:05:34 +00:00
parent 36be32ecdc
commit 9a069b7279

View 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__)