On Thu, Jul 28, 2011 at 3:45 PM, H.J. Lu <hongjiu...@intel.com> wrote: > Hi Ian, > > For 64bit x86 targets, long is 32bit for x32 and win64. But long long > is always 64bit. This patch removes _WIN64 check. OK for trunk?
Isn't that what int64_t is for?