Commit c32ce247 authored by Tobias Rapp's avatar Tobias Rapp Committed by James Almer

cmdutils: fix implicit declaration of SetDllDirectory function

Pre-processor check changed by commiter.
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 2f9bc309
...@@ -60,6 +60,9 @@ ...@@ -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);
......
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