diff --git a/chipset/bcm/btstack_chipset_bcm.c b/chipset/bcm/btstack_chipset_bcm.c index b479d490f..88c5a957c 100644 --- a/chipset/bcm/btstack_chipset_bcm.c +++ b/chipset/bcm/btstack_chipset_bcm.c @@ -62,6 +62,9 @@ #ifdef _MSC_VER // ignore deprecated warning for fopen #pragma warning(disable : 4996) + +// map strncasecmp +#define strncasecmp _strnicmp #endif // assert outgoing and incoming hci packet buffers can hold max hci command resp. event packet