Fix warning for fopen() in RecorderCallbacks.c
This commit is contained in:
parent
7580f3f8e3
commit
d457fbb487
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
#ifdef _WIN32
|
||||
// Don't warn for fopen() usage
|
||||
#define _CRT_SECURE_NO_WARNINGS 1
|
||||
#endif
|
||||
|
||||
#include "Limelight-internal.h"
|
||||
|
||||
static FILE* videoFile;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue