mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +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
|
UIColorGetTableEntryIndex
|
||||||
#HsNavDrawFocusRing
|
#HsNavDrawFocusRing
|
||||||
# Bluetooth
|
#ifdef XWFEATURE_BLUETOOTH
|
||||||
BtLibOpen
|
BtLibOpen
|
||||||
BtLibAddrBtdToA
|
BtLibAddrBtdToA
|
||||||
BtLibSecurityFindTrustedDeviceRecord
|
BtLibSecurityFindTrustedDeviceRecord
|
||||||
|
@ -246,3 +246,4 @@ BtLibSocketListen
|
||||||
#BtLibRegisterManagementNotification
|
#BtLibRegisterManagementNotification
|
||||||
#BtLibUnregisterManagementNotification
|
#BtLibUnregisterManagementNotification
|
||||||
#BtLibSocketCreate
|
#BtLibSocketCreate
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue