reactos/win32ss
Victor Martinez Calvo b57be0a746
[GDI32] Fix GetObjectW() GDI_OBJECT_TYPE_BRUSH handling. (#4394)
This fixes the last GetObjectW apitest case:
ok_long(GetObjectA(hBrush, 0, &TestStruct), 0);

- When "cbSize" is "0", GetObjectW shouldn't return "sizeof(LOGBRUSH)" but 0.
- Rely in BRUSH::cjGetObject behavior which returns 0 when cjSize is 0.

Co-authored-by: Víctor Martínez Calvo <victormartinez@alub.io>
2022-05-03 16:00:21 +02:00
..
drivers [WIN32SS:DISPLAY] Fix some return values (use correct types) in display drivers. 2022-03-19 17:51:44 +01:00
gdi [GDI32] Fix GetObjectW() GDI_OBJECT_TYPE_BRUSH handling. (#4394) 2022-05-03 16:00:21 +02:00
include [NTUSER][USER32] Implement ImeWnd_OnImeNotify (#4457) 2022-04-19 07:48:16 +09:00
printing [APITESTS][NTVDM][SPOOLSV] Add the missing ENABLE_EXPORTS property as these EXE targets have function exports. 2021-12-04 01:17:32 +01:00
reactx [REACTOS] Update email in all my copyrights (#4415) 2022-03-31 01:53:30 +02:00
user [NTUSER] Fix UserDestroyInputContet (again and again) (#4482) 2022-05-03 10:17:30 +09:00
CMakeLists.txt [WIN32SS] Enable multidisplay driver when required 2022-04-15 23:09:16 +02:00
napi.h
pch.h [Win32SS] Fix Build 2022-04-15 19:27:50 -05:00
sys-stubs.S
w32ksvc.db
w32ksvc.h [WIN32K] Implement NtUserSetWindowLongPtr for 64 bit builds 2018-02-19 22:36:36 +01:00
win32k.h
win32k.rc
win32k.spec [WIN32K] Add x64/arm exports 2021-06-12 14:11:14 +02:00
win32kp.h [WIN32SS] Introduce the MDEVOBJ structure 2022-04-15 23:09:16 +02:00