mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[MINGW]
Fix .CRT section attributes to avoid linker warning, when merging with .rdata svn path=/branches/cmake-bringup/; revision=49798
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#if defined(_M_IA64) || defined(_M_AMD64)
|
||||
#define _ATTRIBUTES
|
||||
#else
|
||||
#define _ATTRIBUTES shared
|
||||
#define _ATTRIBUTES read
|
||||
#endif
|
||||
|
||||
/* Reference list of existing section for msvcrt. */
|
||||
|
||||
Reference in New Issue
Block a user