mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-16 20:07:04 +00:00
cmdutils: fix implicit declaration of SetDllDirectory function
Pre-processor check changed by commiter. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
2f9bc30956
commit
c32ce247a0
@ -60,6 +60,9 @@
|
|||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
#endif
|
#endif
|
||||||
|
#if HAVE_SETDLLDIRECTORY
|
||||||
|
#include <windows.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
static int init_report(const char *env);
|
static int init_report(const char *env);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user