mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:56:00 +00:00
No need to stop APC when looping.
svn path=/trunk/; revision=29401
This commit is contained in:
parent
8206cd0b71
commit
bd65efd9de
1 changed files with 0 additions and 2 deletions
|
@ -741,12 +741,10 @@ DceFreeWindowDCE(PWINDOW_OBJECT Window)
|
||||||
VOID FASTCALL
|
VOID FASTCALL
|
||||||
DceEmptyCache()
|
DceEmptyCache()
|
||||||
{
|
{
|
||||||
KeEnterCriticalRegion();
|
|
||||||
while (FirstDce != NULL)
|
while (FirstDce != NULL)
|
||||||
{
|
{
|
||||||
FirstDce = DceFreeDCE(FirstDce, TRUE);
|
FirstDce = DceFreeDCE(FirstDce, TRUE);
|
||||||
}
|
}
|
||||||
KeLeaveCriticalRegion();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
VOID FASTCALL
|
VOID FASTCALL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue