mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
3d671fafe3
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> wine commit id ea032bb7f8daddfe308f86f52c54db5f657b658a by Gerald Pfeifer <gerald@pfeifer.com> |
||
---|---|---|
.. | ||
rosapps | ||
rostests | ||
wallpapers | ||
CMakeLists.txt |