mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 08:10:18 +00:00
[MINGW]
Merge .CRT section into .rdata when linking to mingw lib. This silences the warnings about uninitialized constructors. svn path=/branches/cmake-bringup/; revision=49799
This commit is contained in:
parent
c2adbec142
commit
0ff3955b9b
1 changed files with 4 additions and 0 deletions
4
lib/3rdparty/mingw/cinitexe.c
vendored
4
lib/3rdparty/mingw/cinitexe.c
vendored
|
@ -2,6 +2,10 @@
|
|||
#include <internal.h>
|
||||
#include <sect_attribs.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma comment(linker, "/merge:.CRT=.rdata")
|
||||
#endif
|
||||
|
||||
_CRTALLOC(".CRT$XIA") _PVFV __xi_a[] = { NULL };
|
||||
_CRTALLOC(".CRT$XIZ") _PVFV __xi_z[] = { NULL };
|
||||
_CRTALLOC(".CRT$XCA") _PVFV __xc_a[] = { NULL };
|
||||
|
|
Loading…
Reference in a new issue