mirror of
https://github.com/reactos/reactos.git
synced 2024-11-17 20:38:05 +00:00
b57be0a746
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> |
||
---|---|---|
.. | ||
include | ||
main | ||
misc | ||
objects | ||
wine | ||
CMakeLists.txt | ||
gdi32.rc | ||
gdi32.spec | ||
good api.def |