mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-07-03 16:26:13 +00:00
Fix warning for fopen() in RecorderCallbacks.c
This commit is contained in:
parent
7580f3f8e3
commit
d457fbb487
@ -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…
x
Reference in New Issue
Block a user