[WIN32k] -Remove overzealous assertion that prevents boot.

svn path=/trunk/; revision=73882
This commit is contained in:
Giannis Adamopoulos 2017-02-22 11:59:42 +00:00
parent f368db7eeb
commit ae875ccc88

View file

@ -2333,7 +2333,7 @@ UserRegisterSystemClasses(VOID)
if (SYSTEMCUR(ARROW) == NULL)
{
ERR("SYSTEMCUR(ARROW) == NULL, should not happen!!\n");
ASSERT(FALSE);
//ASSERT(FALSE);
}
else
{