mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[WIN32K] Add a comment regarding UserEnterExclusive() in UserGetDesktopDC()
This is a test-commit using GitHubs SVN interface.
This commit is contained in:
@@ -932,6 +932,7 @@ UserGetDesktopDC(ULONG DcType, BOOL EmptyDC, BOOL ValidatehWnd)
|
||||
PWND DesktopObject = 0;
|
||||
HDC DesktopHDC = 0;
|
||||
|
||||
/* This can be called from GDI/DX, so acquire the USER lock */
|
||||
UserEnterExclusive();
|
||||
|
||||
if (DcType == DC_TYPE_DIRECT)
|
||||
|
||||
Reference in New Issue
Block a user