mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[NTUSER] Fix rogue CR in a LF-only file.
This commit is contained in:
parent
d7ee95b28b
commit
aff6757284
1 changed files with 1 additions and 1 deletions
|
@ -932,7 +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 */
|
||||
/* This can be called from GDI/DX, so acquire the USER lock */
|
||||
UserEnterExclusive();
|
||||
|
||||
if (DcType == DC_TYPE_DIRECT)
|
||||
|
|
Loading…
Reference in a new issue