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 03:44:13 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt)

> 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__)'.



reply via email to

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