-
Gerald Pfeifer authored
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>
ea032bb7
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
Makefile.in | ||
action.c | ||
automation.c | ||
custom.c | ||
custom.spec | ||
db.c | ||
format.c | ||
install.c | ||
msi.c | ||
package.c | ||
patch.c | ||
record.c | ||
rsrc.rc | ||
selfreg.c | ||
selfreg.spec | ||
source.c | ||
suminfo.c | ||
typelib.idl | ||
utils.h |