fixed getwinhandle yet again

svn: r266
This commit is contained in:
Matthew Flatt 2005-06-28 20:48:31 +00:00
parent 7b89a19190
commit cd014b9c40

View File

@ -106,7 +106,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();