mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
- Fix win test crash.
svn path=/trunk/; revision=60867
This commit is contained in:
parent
1f18e732a8
commit
a9c4683b20
1 changed files with 2 additions and 2 deletions
|
@ -236,8 +236,8 @@ VersionRegisterClass(
|
|||
WCHAR ClassNameBuf[MAX_PATH] = {0};
|
||||
BOOL Ret = FALSE;
|
||||
HMODULE hLibModule = NULL;
|
||||
|
||||
if (is_comctl32_class( pszClass ))
|
||||
|
||||
if (!IS_ATOM(pszClass) && is_comctl32_class( pszClass ))
|
||||
{
|
||||
_SEH2_TRY
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue