mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-22 06:41:17 +00:00
a2dp_sink_demo: fix windows build
This commit is contained in:
parent
f4a7fdb58b
commit
f3c8454eda
@ -86,6 +86,10 @@
|
||||
#ifdef HAVE_POSIX_FILE_IO
|
||||
#include "wav_util.h"
|
||||
#define STORE_TO_WAV_FILE
|
||||
#ifdef _MSC_VER
|
||||
// ignore deprecated warning for fopen
|
||||
#pragma warning(disable : 4996)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define NUM_CHANNELS 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user