fixed .xc source of already-fixed .cxx

svn: r236
This commit is contained in:
Matthew Flatt 2005-06-22 22:10:58 +00:00
parent bda97dfe8a
commit c2ec22a830

View File

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