bluetoothmgmt/btrom/bluetooth.iby
changeset 33 4e80e1b997a8
parent 17 907b2fb7aa8e
child 48 22de2e391156
--- a/bluetoothmgmt/btrom/bluetooth.iby	Mon May 03 13:34:38 2010 +0300
+++ b/bluetoothmgmt/btrom/bluetooth.iby	Mon Jul 12 07:03:47 2010 +0300
@@ -80,7 +80,7 @@
 REM *** Now for things which should only be included if the device
 REM *** supports bluetooth, to save ROM space...
 
-#ifdef SYMBIAN_EXCLUDE_BLUETOOTH
+#ifndef __BT
 REM Feature BLUETOOTH is not in this ROM (bluetooth.iby)
 #else
 
@@ -133,7 +133,7 @@
 
 #endif // BLUETOOTH_NO_AV
 
-#endif // SYMBIAN_EXCLUDE_BLUETOOTH
+#endif // __BT
 
 #endif