mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 13:14:41 +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;
|
PWND DesktopObject = 0;
|
||||||
HDC DesktopHDC = 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();
|
UserEnterExclusive();
|
||||||
|
|
||||||
if (DcType == DC_TYPE_DIRECT)
|
if (DcType == DC_TYPE_DIRECT)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue