Bug 880590 - Remove _WIN64 define by configure. r=ted

This commit is contained in:
Makoto Kato 2013-06-19 15:12:06 +09:00
parent c1b4619dda
commit a759f121af
2 changed files with 0 additions and 8 deletions

View File

@ -2275,10 +2275,6 @@ ia64*-hpux*)
AC_DEFINE(_CPU_ARCH_NOT_DEFINED)
;;
esac
if test "$HAVE_64BIT_OS"; then
AC_DEFINE(_WIN64)
fi
;;
*-netbsd*)

View File

@ -1819,10 +1819,6 @@ ia64*-hpux*)
AC_DEFINE(_CPU_ARCH_NOT_DEFINED)
;;
esac
if test "$HAVE_64BIT_OS"; then
AC_DEFINE(_WIN64)
fi
;;
*-netbsd*)