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:
Chris Elliott
2003-04-22 21:02:29 +00:00
parent 9e82cf9876
commit 0caac3b4a9
4 changed files with 121 additions and 34 deletions

View File

@@ -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;