eVC4 warning fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1125,8 +1125,8 @@ bool wxCheckWindowWndProc(WXHWND hWnd,
|
||||
str == wxMDIChildFrameClassNameNoRedraw ||
|
||||
str == _T("wxTLWHiddenParent"))
|
||||
return true; // Effectively means don't subclass
|
||||
else
|
||||
return false;
|
||||
|
||||
return false;
|
||||
#else
|
||||
WNDCLASS cls;
|
||||
if ( !::GetClassInfo(wxGetInstance(), wxGetWindowClass(hWnd), &cls) )
|
||||
|
Reference in New Issue
Block a user