mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 02:25:40 +00:00
[WIN32k] -Remove overzealous assertion that prevents boot.
svn path=/trunk/; revision=73882
This commit is contained in:
parent
f368db7eeb
commit
ae875ccc88
1 changed files with 1 additions and 1 deletions
|
@ -2333,7 +2333,7 @@ UserRegisterSystemClasses(VOID)
|
|||
if (SYSTEMCUR(ARROW) == NULL)
|
||||
{
|
||||
ERR("SYSTEMCUR(ARROW) == NULL, should not happen!!\n");
|
||||
ASSERT(FALSE);
|
||||
//ASSERT(FALSE);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue