On Aug 14, 2:41 am, "jason" <ja...@njkfrudils.plus.com> wrote:
> Hi Brian
> your new changes work , make check passes
>
> cheers
>
> To get mingw64 to work I need to go thru the code so that the long long int
> get used when we are using mingw64 as well as win64 MSVC
>
> I'm assuming
> _MSC_VER  defined <=> using MSVC
> _WIN64  defined <=> 64bit

Yes.

> _WIN32 defined <=> 32bit

_WIN32 is defined for both 32 and 64 bit builds so it cannot be used
to detect 32-bit builds.

     Brian

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-de...@googlegroups.com.
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en.

Reply via email to