crash due to missing break before WM_HELP handler fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2000-10-18 17:23:04 +00:00
parent 43b06bf976
commit 216870690e

View File

@ -1025,6 +1025,8 @@ LRESULT APIENTRY _EXPORT wxRadioBtnWndProc(HWND hwnd,
}
}
}
break;
#ifdef __WIN32__
case WM_HELP:
{