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:
Kai Tietz 2010-08-08 07:30:08 +00:00 committed by Kai Tietz
parent 8c30ead6fb
commit 1159da448c
2 changed files with 6 additions and 1 deletions

View File

@ -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>

View File

@ -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)