From: Eric Pouech <epouech@codeweavers.com> Signed-off-by: Eric Pouech <epouech@codeweavers.com> --- dlls/propsys/tests/propsys.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dlls/propsys/tests/propsys.c b/dlls/propsys/tests/propsys.c index 17c9e87d7ef..ffd9f9277fc 100644 --- a/dlls/propsys/tests/propsys.c +++ b/dlls/propsys/tests/propsys.c @@ -732,7 +732,10 @@ static void test_PropVariantCompareEx(void) PropVariantInit(&i4_largeneg); PropVariantInit(&i4_2); PropVariantInit(&str_2); + PropVariantInit(&str_02); PropVariantInit(&str_b); + PropVariantInit(&ui4); + PropVariantInit(&ui4_large); empty.vt = VT_EMPTY; null.vt = VT_NULL; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/10196