|
From: | Óscar Fuentes |
Subject: | Re: Anyone building Emacs trunk with MinGW w64 (32 bits) |
Date: | Mon, 25 Mar 2013 20:11:12 +0100 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
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.
[Prev in Thread] | Current Thread | [Next in Thread] |