1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-09 04:16:08 +00:00
wine/dlls/windows.globalization
Eric Pouech e47fe70084 windows.globalization: Use a flexible array member for hstring_vector.
GCC 11 complains about accessing struct hstring_vector (-Warray-bounds)
when the allocation is made for a 0-sized vector. Using a C99 flexible
array member gets rid of the warnings.

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-03-24 23:22:06 +01:00
..
tests windows.globalization/tests: Enable compilation with long types. 2022-03-09 11:38:56 +01:00
classes.idl
main.c windows.globalization: Use a flexible array member for hstring_vector. 2022-03-24 23:22:06 +01:00
Makefile.in
windows.globalization.spec