diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-07-22 15:04:33 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:08:26 +0200 |
commit | 590fa42a7ca536666dd4c76a7398b011bbd886e0 (patch) | |
tree | 1c62dea86886634006c25db0a3b420090674fbff | |
parent | 8d8c3b56bd45eb78a3d70b61d00d0e14290e6178 (diff) |
added #define BLUETOOTH_VERSION_USE_CURRENT to get rid of "deprecated"
warnings based on this bluetooth-dev post:
http://lists.apple.com/archives/Bluetooth-dev/2007/Mar/msg00024.html
svn path=/trunk/externals/io/; revision=10205
-rw-r--r-- | aka.wiiremote/wiiremote.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/aka.wiiremote/wiiremote.h b/aka.wiiremote/wiiremote.h index 4a03f09..560e401 100644 --- a/aka.wiiremote/wiiremote.h +++ b/aka.wiiremote/wiiremote.h @@ -2,6 +2,8 @@ // Copyright by Masayuki Akamatsu // Based on "DarwiinRemote" by Hiroaki Kimura +#define BLUETOOTH_VERSION_USE_CURRENT // gets rid of deprecated warnings + #include <CoreFoundation/CoreFoundation.h> #include <IOBluetooth/Bluetooth.h> #include <IOBluetooth/IOBluetoothUserLib.h> |