From 959357f0f60b979ee157cbae6c4b19ceaaf620e7 Mon Sep 17 00:00:00 2001 From: ehouse Date: Thu, 5 Apr 2007 04:18:05 +0000 Subject: [PATCH] wrap BT APIs in ifdef --- xwords4/palm/funcfile.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xwords4/palm/funcfile.txt b/xwords4/palm/funcfile.txt index d4dfe4dca..94ead5f89 100644 --- a/xwords4/palm/funcfile.txt +++ b/xwords4/palm/funcfile.txt @@ -229,7 +229,7 @@ WinGetPixel # UIColorGetTableEntryIndex #HsNavDrawFocusRing -# Bluetooth +#ifdef XWFEATURE_BLUETOOTH BtLibOpen BtLibAddrBtdToA BtLibSecurityFindTrustedDeviceRecord @@ -246,3 +246,4 @@ BtLibSocketListen #BtLibRegisterManagementNotification #BtLibUnregisterManagementNotification #BtLibSocketCreate +#endif