mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-27 20:58:52 +00:00
XQuartz: Avoid namespace collission for BOOL in Sparkle
(cherry picked from commit 227c6e01a641b72158201553273299283cdb5599)
This commit is contained in:
@@ -50,10 +50,6 @@
|
||||
#include <unistd.h>
|
||||
#include <AvailabilityMacros.h>
|
||||
|
||||
#ifdef XQUARTZ_SPARKLE
|
||||
#include <Sparkle/SUUpdater.h>
|
||||
#endif
|
||||
|
||||
#include <Xplugin.h>
|
||||
|
||||
// pbproxy/pbproxy.h
|
||||
|
||||
@@ -40,7 +40,9 @@
|
||||
#include "xpr/x-list.h"
|
||||
|
||||
#ifdef XQUARTZ_SPARKLE
|
||||
#define BOOL OSX_BOOL
|
||||
#include <Sparkle/SUUpdater.h>
|
||||
#undef BOOL
|
||||
#endif
|
||||
|
||||
@interface X11Controller : NSObject
|
||||
|
||||
Reference in New Issue
Block a user