diff -r 453dfc402455 -r 0aa8cc770c8a obex/obexprotocol/group/obexprotocol.iby --- a/obex/obexprotocol/group/obexprotocol.iby Thu Aug 19 10:44:03 2010 +0300 +++ b/obex/obexprotocol/group/obexprotocol.iby Tue Aug 31 16:03:15 2010 +0300 @@ -63,7 +63,7 @@ REM *** Now for things which should only be included if the device REM *** supports USB, to save ROM space... -#ifdef SYMBIAN_EXCLUDE_USB +#ifndef __USB REM OBEX USB transport is not included in this ROM as it depends on USB #else OBEX_PLUGIN(obexusbtransportcontroller.dll,1020de87.rsc) @@ -72,7 +72,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 OBEX Bluetooth transport is not included in this ROM as it depends on BLUETOOTH #else OBEX_PLUGIN(obexbtrfcommtransportcontroller.dll,1020e043.rsc)