Fix .CRT section attributes to avoid linker warning, when merging with .rdata

svn path=/branches/cmake-bringup/; revision=49798
This commit is contained in:
Timo Kreuzer
2010-11-26 22:51:06 +00:00
parent 64e9a6a0a6
commit c2adbec142
+1 -1
View File
@@ -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. */