emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Anyone building Emacs trunk with MinGW w64 (32 bits)


From: rzl24ozi
Subject: Re: Anyone building Emacs trunk with MinGW w64 (32 bits)
Date: Tue, 26 Mar 2013 08:41:00 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt)

>> 'REPARSE_DATA_BUFFER' is typedef'ed in w32.c with '#ifdef _MSC_VER'.
>> I think that it should be changed to '#if defined(_MSC_VER) ||
>> defined(__MINGW64__)'.
>
> Thanks! Unfortunately, it seems that there is no macro that
> discriminates MinGWW64 from MinGW, so removed the #if for now.

I'm sorry, I made a mistake.
*i686*-w64-mingw32-gcc does not have a predefined macro __MINGW64__.

_W64 might be used to determine mingw-w64, but it is defined after #include 
<_mingw.h>.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]