mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-11 13:33:52 +08:00
mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define _WIN64 not expanded.
2010-08-08 Kai Tietz <kai.tietz@onevision.com> * config/i386/mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define _WIN64 not expanded. From-SVN: r162994
This commit is contained in:
parent
8c30ead6fb
commit
1159da448c
@ -1,3 +1,8 @@
|
||||
2010-08-08 Kai Tietz <kai.tietz@onevision.com>
|
||||
|
||||
* config/i386/mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define
|
||||
_WIN64 not expanded.
|
||||
|
||||
2010-08-07 Uros Bizjak <ubizjak@gmail.com>
|
||||
H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
|
@ -42,7 +42,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
{ \
|
||||
builtin_define ("__MINGW64__"); \
|
||||
builtin_define_std ("WIN64"); \
|
||||
builtin_define_std ("_WIN64"); \
|
||||
builtin_define ("_WIN64"); \
|
||||
} \
|
||||
} \
|
||||
while (0)
|
||||
|
Loading…
Reference in New Issue
Block a user