mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[WIN32K]
Fix return value of IntDesktopOkToClose, spotted by Cameron. svn path=/trunk/; revision=53213
This commit is contained in:
@@ -175,7 +175,7 @@ IntDesktopOkToClose(PWIN32_OKAYTOCLOSEMETHOD_PARAMETERS Parameters)
|
||||
if( pti == NULL)
|
||||
{
|
||||
/* This happens when we leak desktop handles */
|
||||
return TRUE;
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
/* Do not allow the current desktop or the initial desktop to be closed */
|
||||
|
||||
Reference in New Issue
Block a user