chipset/bcm: map strncasecmp for Visual Studio

This commit is contained in:
Matthias Ringwald 2024-08-07 11:15:42 +02:00
parent 9eadad2068
commit c9207d2082

View File

@ -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