wine-wine/dlls/msi/tests
Gerald Pfeifer 80df6fed6a 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>
(cherry picked from commit ea032bb7f8)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-04-30 22:44:04 +02:00
..
Makefile.in
action.c msi/tests: Add missing UnpublishFeatures actions. 2019-10-28 19:19:33 +01:00
automation.c
custom.c
custom.spec
db.c
format.c msi/tests: Fix the case of an ok() message. 2019-10-21 17:11:43 +02:00
install.c msi/tests: Fix a crash on Windows 10. 2020-01-17 12:14:37 +01:00
msi.c msi/tests: Remove workarounds for Windows 2000. 2019-10-29 23:30:47 +01:00
package.c msi/tests: Avoid test failure when running as an unprivileged user. 2020-01-03 21:40:59 +01:00
patch.c msi/tests: Add missing UnpublishFeatures actions. 2019-10-28 19:19:33 +01:00
record.c
rsrc.rc
selfreg.c
selfreg.spec
source.c msi/tests: Fix test failures. 2019-10-29 23:30:47 +01:00
suminfo.c
typelib.idl
utils.h msi: Properly declare variables in msi/tests/utils.h as extern. 2020-04-30 22:44:04 +02:00