mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[WIN32k] -Remove overzealous assertion that prevents boot.
svn path=/trunk/; revision=73882
This commit is contained in:
@@ -2333,7 +2333,7 @@ UserRegisterSystemClasses(VOID)
|
||||
if (SYSTEMCUR(ARROW) == NULL)
|
||||
{
|
||||
ERR("SYSTEMCUR(ARROW) == NULL, should not happen!!\n");
|
||||
ASSERT(FALSE);
|
||||
//ASSERT(FALSE);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user