update to make digitalmars compile/link image sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -68,8 +68,11 @@ extern wxMenu *wxCurrentPopupMenu;
|
||||
extern const wxChar *wxMDIFrameClassName; // from app.cpp
|
||||
extern const wxChar *wxMDIChildFrameClassName;
|
||||
extern const wxChar *wxMDIChildFrameClassNameNoRedraw;
|
||||
|
||||
#ifdef __DIGITALMARS__
|
||||
extern "C" void wxAssociateWinWithHandle(HWND hWnd, wxWindow *win);
|
||||
#else
|
||||
extern void wxAssociateWinWithHandle(HWND hWnd, wxWindow *win);
|
||||
#endif
|
||||
extern void wxRemoveHandleAssociation(wxWindow *win);
|
||||
|
||||
static HWND invalidHandle = 0;
|
||||
|
Reference in New Issue
Block a user