reactos/dll
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
..
3rdparty [LIBXSLT] Update to version 1.1.34. CORE-16952 2020-04-24 14:45:03 +02:00
apisets [APISETS] *_seh_filter_*() are NT6+ (#2729) 2020-05-04 23:26:38 +03:00
appcompat [SHIMLIB] Fix gcc8 build crashing when using shims 2020-04-07 20:47:47 +02:00
cpl [SYSDM][DESK] Fix GetDC/ReleaseDC error management (#2707) 2020-05-07 12:57:46 +02:00
directx [CMAKE] Replace custom functions to built-in ones 2020-04-16 15:59:38 +03:00
keyboard [CMAKE][CONFIGURE] Enable runtime checks on MSVC by default. 2020-04-11 02:48:12 +03:00
nls [CMAKE] Replace custom functions to built-in ones 2020-04-16 15:59:38 +03:00
np
ntdll [RTL] Implement LdrpRecordUnloadEvent 2020-04-26 14:35:51 +02:00
opengl [CMAKE] Replace custom functions to built-in ones 2020-04-16 15:59:38 +03:00
shellext [MYDOCS] Add Japanese translation 2020-05-01 10:25:47 +09:00
win32 [SHELL32] Distinguish floppy and removable drives (#2645) 2020-05-06 00:35:01 +09:00
CMakeLists.txt