Simplified app initialisation in wxMSW and wxStubs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -884,5 +884,15 @@ typedef int (__stdcall *WXFARPROC)();
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef __WXMOTIF__
|
||||
// Stand-ins for X/Xt/Motif types
|
||||
typedef void* WXWindow;
|
||||
typedef void* WXWidget;
|
||||
typedef void* WXAppContext;
|
||||
typedef void* WXMainColormap;
|
||||
typedef void WXDisplay;
|
||||
typedef void WXEvent;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
// _WX_DEFS_H_
|
||||
|
Reference in New Issue
Block a user