Compilation fixes for wxUniversal/MSW.
Don't use wxMSW-specific functions when building wxUniversal. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
9aea251043
commit
402bacb376
@ -6545,7 +6545,7 @@ extern wxWindow *wxGetWindowFromHWND(WXHWND hWnd)
|
|||||||
win = wxFindWinFromHandle(hwnd);
|
win = wxFindWinFromHandle(hwnd);
|
||||||
if ( !win )
|
if ( !win )
|
||||||
{
|
{
|
||||||
#if wxUSE_RADIOBOX
|
#if wxUSE_RADIOBOX && !defined(__WXUNIVERSAL__)
|
||||||
// native radiobuttons return DLGC_RADIOBUTTON here and for any
|
// native radiobuttons return DLGC_RADIOBUTTON here and for any
|
||||||
// wxWindow class which overrides WM_GETDLGCODE processing to
|
// wxWindow class which overrides WM_GETDLGCODE processing to
|
||||||
// do it as well, win would be already non NULL
|
// do it as well, win would be already non NULL
|
||||||
|
Loading…
Reference in New Issue
Block a user