1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-09-03 01:21:16 +03:00

Fix mingw compiler error

This commit is contained in:
bel
2015-02-02 23:22:00 +01:00
parent e7354dbf9d
commit ae404df3a8
2 changed files with 4 additions and 0 deletions

View File

@@ -50,7 +50,9 @@
#include <shlobj.h>
#define getcwd(a,b) _getcwd(a,b)
#if !defined(__MINGW32__)
extern char *_getcwd(char *buf, size_t size);
#endif
static int guard = 0; /* test if any dialog is already open */
#ifndef PATH_MAX