mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
wrap BT APIs in ifdef
This commit is contained in:
parent
039a730217
commit
959357f0f6
1 changed files with 2 additions and 1 deletions
|
@ -229,7 +229,7 @@ WinGetPixel
|
|||
#
|
||||
UIColorGetTableEntryIndex
|
||||
#HsNavDrawFocusRing
|
||||
# Bluetooth
|
||||
#ifdef XWFEATURE_BLUETOOTH
|
||||
BtLibOpen
|
||||
BtLibAddrBtdToA
|
||||
BtLibSecurityFindTrustedDeviceRecord
|
||||
|
@ -246,3 +246,4 @@ BtLibSocketListen
|
|||
#BtLibRegisterManagementNotification
|
||||
#BtLibUnregisterManagementNotification
|
||||
#BtLibSocketCreate
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue