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: Eli Zaretskii
Subject: Re: Anyone building Emacs trunk with MinGW w64 (32 bits)
Date: Mon, 25 Mar 2013 22:38:55 +0200

> From: Óscar Fuentes <address@hidden>
> Date: Mon, 25 Mar 2013 20:11:12 +0100
> 
> address@hidden writes:
> 
> >> w32.c:4725:7: error: unknown type name 'REPARSE_DATA_BUFFER'
> >
> > '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.

Try this:

 #ifndef MAXIMUM_REPARSE_DATA_BUFFER_SIZE

The MinGW32 headers define this in winnt.h, together with the
REPARSE_DATA_BUFFER data type.




reply via email to

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