fixed getwinhandle yet again
svn: r266
This commit is contained in:
parent
7b89a19190
commit
cd014b9c40
|
@ -106,7 +106,7 @@ static Bool wxIsShownToRoot(wxWindow *w)
|
||||||
|
|
||||||
static long wxWindowGetHandle(wxWindow *w)
|
static long wxWindowGetHandle(wxWindow *w)
|
||||||
{
|
{
|
||||||
#ifdef wx_win
|
#ifdef wx_msw
|
||||||
return (long)w->GetHWND();
|
return (long)w->GetHWND();
|
||||||
#else
|
#else
|
||||||
return w->GetWindowHandle();
|
return w->GetWindowHandle();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user