reactos/win32ss/gdi
Timo Kreuzer 9666f00572 [WIN32K][NTOS] Fix parameter to MmMapViewOfSection
The code was passing 0 instead of SECTION_INHERIT::ViewUnmap (2). 0 isn't even a proper constant to be used here. It worked, because MmMapViewOfSection only compares against ViewShare (1) and treats everything else as ViewUnmap.
2023-09-09 12:15:24 +03:00
..
dib [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
diblib
eng [WIN32K][NTOS] Fix parameter to MmMapViewOfSection 2023-09-09 12:15:24 +03:00
gdi32 [GDI32] CreateDIBSection: Remove erroneous assignation (#5502) 2023-08-06 17:35:23 +02:00
gdi32_vista [GDI32][USER32] Order the set_module_type arguments the usual way ("UNICODE" before the entrypoint). 2022-10-06 15:37:23 +02:00
ntgdi [REACTOS] Fix typos in comments (#5591) 2023-08-22 16:20:29 +03:00