mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 04:44:26 +08:00
- Remove locking in gdi batch.
svn path=/trunk/; revision=37160
This commit is contained in:
@@ -64,7 +64,7 @@ FASTCALL
|
||||
GdiFlushUserBatch(PDC dc, PGDIBATCHHDR pHdr)
|
||||
{
|
||||
PDC_ATTR Dc_Attr = NULL;
|
||||
UserEnterExclusive();
|
||||
|
||||
if (dc)
|
||||
{
|
||||
Dc_Attr = dc->pDc_Attr;
|
||||
@@ -109,7 +109,7 @@ GdiFlushUserBatch(PDC dc, PGDIBATCHHDR pHdr)
|
||||
default:
|
||||
break;
|
||||
}
|
||||
UserLeave();
|
||||
|
||||
return pHdr->Size; // Return the full size of the structure.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user