Commit f1b8807d authored by Tobias Rapp's avatar Tobias Rapp Committed by Michael Niedermayer

cmdutils: fix implicit declaration of SetDllDirectory function

Pre-processor check changed by commiter.
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
(cherry picked from commit c32ce247)
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent afcede09
...@@ -58,6 +58,9 @@ ...@@ -58,6 +58,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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment