Changeset 9812 for code/branches/wiimote/src/external/wiicpp/wiic
- Timestamp:
- Nov 25, 2013, 3:33:02 PM (11 years ago)
- Location:
- code/branches/wiimote/src/external/wiicpp/wiic
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/wiimote/src/external/wiicpp/wiic/io.h
r9780 r9812 39 39 40 40 #ifdef LINUX 41 #include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/bluetooth.h" 41 //#include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/bluetooth.h" 42 #include "/usr/include/bluetooth/bluetooth.h" 42 43 #endif 43 44 -
code/branches/wiimote/src/external/wiicpp/wiic/io_nix.c
r9780 r9812 41 41 #include <unistd.h> 42 42 43 #include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/bluetooth.h" 44 #include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/hci.h" 45 #include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/hci_lib.h" 46 #include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/l2cap.h" 43 //#include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/bluetooth.h" 44 //#include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/hci.h" 45 //#include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/hci_lib.h" 46 //#include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/l2cap.h" 47 #include "/usr/include/bluetooth/bluetooth.h" 48 #include "/usr/include/bluetooth/hci.h" 49 #include "/usr/include/bluetooth/hci_lib.h" 50 #include "/usr/include/bluetooth/l2cap.h" 47 51 48 52 #include "definitions.h" -
code/branches/wiimote/src/external/wiicpp/wiic/wiic.h
r9780 r9812 48 48 #else 49 49 /* nix */ 50 #include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/bluetooth.h" 50 //#include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/bluetooth.h" 51 #include "/usr/include/bluetooth/bluetooth.h" 51 52 #endif 52 53 -
code/branches/wiimote/src/external/wiicpp/wiic/wiic_internal.h
r9780 r9812 50 50 #ifndef __APPLE__ 51 51 #include <arpa/inet.h> /* htons() */ 52 #include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/bluetooth.h" 52 // #include <bluetooth.h> 53 #include "/usr/include/bluetooth/bluetooth.h" 53 54 #endif 54 55
Note: See TracChangeset
for help on using the changeset viewer.