Browse Source

cmdutils: fix implicit declaration of SetDllDirectory function

Pre-processor check changed by commiter.

Signed-off-by: James Almer <jamrial@gmail.com>
tags/n2.8.8
Tobias Rapp James Almer 9 years ago
parent
commit
c32ce247a0
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      cmdutils.c

+ 3
- 0
cmdutils.c View File

@@ -60,6 +60,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