wrap BT APIs in ifdef

This commit is contained in:
ehouse 2007-04-05 04:18:05 +00:00
parent 039a730217
commit 959357f0f6

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