fixed .xc source of already-fixed .cxx
svn: r236
This commit is contained in:
parent
bda97dfe8a
commit
c2ec22a830
|
@ -80,7 +80,7 @@ static Bool wxIsShownToRoot(wxWindow *w)
|
|||
|
||||
static long wxWindowGetHandle(wxWindow *w)
|
||||
{
|
||||
#ifdef wx_win
|
||||
#ifdef wx_msw
|
||||
return (long)w->GetHWND();
|
||||
#else
|
||||
return w->GetWindowHandle();
|
||||
|
|
Loading…
Reference in New Issue
Block a user