Browse Source

cmdutils: fix implicit declaration of SetDllDirectory function

Pre-processor check changed by commiter.

Signed-off-by: James Almer <jamrial@gmail.com>
(cherry picked from commit c32ce247a0)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n2.4.14
Tobias Rapp Michael Niedermayer 9 years ago
parent
commit
f1b8807dae
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      cmdutils.c

+ 3
- 0
cmdutils.c View File

@@ -58,6 +58,9 @@
#include <sys/time.h>
#include <sys/resource.h>
#endif
#if HAVE_SETDLLDIRECTORY
#include <windows.h>
#endif

static int init_report(const char *env);



Loading…
Cancel
Save