bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#24613: Windows build with rsvg fails on newest MinGW


From: Eli Zaretskii
Subject: bug#24613: Windows build with rsvg fails on newest MinGW
Date: Tue, 04 Oct 2016 18:33:05 +0300

> From: Nikolay Kudryavtsev <nikolay.kudryavtsev@gmail.com>
> Cc: 24613@debbugs.gnu.org
> Date: Tue, 4 Oct 2016 17:58:50 +0300
> 
> what about MemoryBarrier?

Define away the one glib insist of giving us?  Like this:

#if __W32API_MAJOR_VERSION + (__W32API_MINOR_VERSION >= 18) >= 4
# define MemoryBarrier glib_MemoryBarrier
#endif
#include <librsvg/rsvg.h>
#undef MemoryBarrier

Does that work?





reply via email to

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