mirror of
https://github.com/bluekitchen/btstack.git
synced 2024-12-29 09:26: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
|
||||
// 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
|
||||
|
Loading…
Reference in New Issue
Block a user