mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +01:00
wrap UUID in #ifdef XWFEATURE_BLUETOOTH
This commit is contained in:
parent
21e69adda7
commit
eec1cb00a1
1 changed files with 4 additions and 2 deletions
|
@ -55,9 +55,11 @@ typedef enum {
|
||||||
, COMMS_RELAYSTATE_ALLCONNECTED
|
, COMMS_RELAYSTATE_ALLCONNECTED
|
||||||
} CommsRelayState;
|
} CommsRelayState;
|
||||||
|
|
||||||
#define XW_BT_UUID "7be0d084-ff89-4d6d-9c78-594773a6f963"
|
#ifdef XWFEATURE_BLUETOOTH
|
||||||
|
# define XW_BT_UUID "7be0d084-ff89-4d6d-9c78-594773a6f963"
|
||||||
|
|
||||||
#define XW_BT_NAME "Crosswords"
|
# define XW_BT_NAME "Crosswords"
|
||||||
|
#endif
|
||||||
|
|
||||||
/* on Palm BtLibDeviceAddressType is a 48-bit quantity. Linux's typeis the
|
/* on Palm BtLibDeviceAddressType is a 48-bit quantity. Linux's typeis the
|
||||||
same size. Goal is something all platforms support */
|
same size. Goal is something all platforms support */
|
||||||
|
|
Loading…
Reference in a new issue