[Libreoffice-commits] core.git: sd/source
Tor Lillqvist
tml at iki.fi
Tue Jul 30 10:50:11 PDT 2013
sd/source/ui/remotecontrol/BluetoothServer.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 09a4c4d176ff97ab8ff4027af83a549991667baf
Author: Tor Lillqvist <tml at iki.fi>
Date: Tue Jul 30 19:05:34 2013 +0300
Odd instability in what Bluetooth headers to include in OS X SDKs
Change-Id: Ia8e835373bea3287cf16f3d505dbb420c874fed3
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx
index f8843ea..ccdf03f 100644
--- a/sd/source/ui/remotecontrol/BluetoothServer.cxx
+++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx
@@ -39,7 +39,7 @@
#ifdef MACOSX
#include <osl/conditn.hxx> // Include this early to avoid error as check() gets defined by some SDK header to empty
#include <premac.h>
- #if MACOSX_SDK_VERSION >= 1070
+ #if MACOSX_SDK_VERSION == 1070 || MACOSX_SDK_VERSION == 1080
#import <IOBluetooth/IOBluetooth.h>
#else
#import <CoreFoundation/CoreFoundation.h>
More information about the Libreoffice-commits
mailing list