[NTUSER] Fix rogue CR in a LF-only file.

This commit is contained in:
gigaherz 2017-10-06 00:04:29 +02:00
parent d7ee95b28b
commit aff6757284

View file

@ -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)