Sweden-Number/dlls/msi/tests
Gerald Pfeifer ea032bb7f8 msi: Properly declare variables in msi/tests/utils.h as extern.
Omitting the extern storage qualifier when declaring a global variable in
a header file is mistake. If that header is included by several files it
results in multiple definitions of the same variable (unless -fcommon is
specified or assumed, the latter being the case for GCC 9.x and earlier).

This fixes building with GCC 10.

Signed-off-by: Gerald Pfeifer <gerald@pfeifer.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-01-29 20:32:03 +01:00
..
Makefile.in
action.c
automation.c
custom.c
custom.spec
db.c
format.c
install.c msi/tests: Fix a crash on Windows 10. 2020-01-17 12:14:37 +01:00
msi.c
package.c
patch.c
record.c
rsrc.rc
selfreg.c
selfreg.spec
source.c
suminfo.c
typelib.idl
utils.h msi: Properly declare variables in msi/tests/utils.h as extern. 2020-01-29 20:32:03 +01:00