reactos/win32ss/gdi/gdi32
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
..
include [GDI32] Fix III msvc build. 2021-09-27 18:19:49 -05:00
main [GDI32] Prevent double initialization in GdiProcessSetup 2020-10-11 16:30:39 +02:00
misc [GDI32] Update Wine Metafile Code 2021-09-27 16:18:20 -05:00
objects [GDI32] Fix GetObjectW() GDI_OBJECT_TYPE_BRUSH handling. (#4394) 2022-05-03 16:00:21 +02:00
wine [GDI32] Fix IV msvc build. 2021-09-27 19:08:43 -05:00
CMakeLists.txt [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
gdi32.rc Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
gdi32.spec [GDI32_VISTA] Move D3DKMT functions out of gdi32. CORE-17433 2022-01-01 12:42:04 -05:00
good api.def Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00