reactos/base/system
Kyle Katarn d635ce0cc0
[SYSDM][DESK] Fix GetDC/ReleaseDC error management (#2707)
## Purpose
[SYSDM]
- When closing System Properties page, log show
(win32ss/user/ntuser/windc.c:749) err: [00060138] GetDC() without ReleaseDC()!
because GetDC() is called (multiple times) without properly calling ReleaseDC() as required in order to release a device context.
- This module also lacks some error management in case null DC are provided (on error).
- LiveCD Userinit, based on SYSDM is affected too.

[DESK]
- Fix missing ReleaseDC related to the spectrum (color depth)

## Proposed changes
- ReleaseDC() added.
- Error management in case of null DC.
- Overall alignement of LiveCD Userinit and SYSDM.
2020-05-07 12:57:46 +02:00
..
autochk
bootok
chkdsk [REACTOS] Fix remaining ' \n' typos, in *.rc (#2393) 2020-03-06 19:08:25 +01:00
diskpart [REACTOS] Fix remaining ' \n' typos, in *.rc (#2393) 2020-03-06 19:08:25 +01:00
dllhost
expand
format [REACTOS] Fix remaining ' \n' typos, in *.rc (#2393) 2020-03-06 19:08:25 +01:00
logonui
lsass
msiexec
regsvr32 [TRANSLATION] Add and update Indonesian translations (#2506) 2020-04-09 18:49:45 +02:00
rundll32
runonce
services [SERVICES] Use the local system account to run all services on a LiveCD 2020-01-08 00:15:52 +01:00
smss [SMSS] Fix build complaint. 2020-04-30 18:39:07 +02:00
subst [TRANSLATION] Add and update Indonesian translations (#2506) 2020-04-09 18:49:45 +02:00
userinit [SYSDM][DESK] Fix GetDC/ReleaseDC error management (#2707) 2020-05-07 12:57:46 +02:00
winlogon [WINLOGON] Update Polish translation (#2363) 2020-04-16 12:17:02 +03:00
CMakeLists.txt