mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
chipset/bcm: map strncasecmp for Visual Studio
This commit is contained in:
parent
9eadad2068
commit
c9207d2082
@ -62,6 +62,9 @@
|
|||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
// ignore deprecated warning for fopen
|
// ignore deprecated warning for fopen
|
||||||
#pragma warning(disable : 4996)
|
#pragma warning(disable : 4996)
|
||||||
|
|
||||||
|
// map strncasecmp
|
||||||
|
#define strncasecmp _strnicmp
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// assert outgoing and incoming hci packet buffers can hold max hci command resp. event packet
|
// assert outgoing and incoming hci packet buffers can hold max hci command resp. event packet
|
||||||
|
Loading…
Reference in New Issue
Block a user