mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
No need to stop APC when looping.
svn path=/trunk/; revision=29401
This commit is contained in:
@@ -741,12 +741,10 @@ DceFreeWindowDCE(PWINDOW_OBJECT Window)
|
||||
VOID FASTCALL
|
||||
DceEmptyCache()
|
||||
{
|
||||
KeEnterCriticalRegion();
|
||||
while (FirstDce != NULL)
|
||||
{
|
||||
FirstDce = DceFreeDCE(FirstDce, TRUE);
|
||||
}
|
||||
KeLeaveCriticalRegion();
|
||||
}
|
||||
|
||||
VOID FASTCALL
|
||||
|
||||
Reference in New Issue
Block a user