wrap BT APIs in ifdef

This commit is contained in:
ehouse 2007-04-05 04:18:05 +00:00
parent 5204fd4c23
commit 781add0b35

View file

@ -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