summaryrefslogtreecommitdiffstats
path: root/libssh/misc.c
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-09-15 10:43:09 +0200
committerAndreas Schneider <mail@cynapses.org>2009-09-15 10:43:09 +0200
commitde8808cb47470638359dc7eb8343552d3b94ec38 (patch)
tree1fa2669fe7d49f4026fda053cf94703490e11602 /libssh/misc.c
parentca978a9e8182b80ce88b93e173142f21e3efc50c (diff)
downloadlibssh-de8808cb47470638359dc7eb8343552d3b94ec38.tar.gz
libssh-de8808cb47470638359dc7eb8343552d3b94ec38.tar.xz
libssh-de8808cb47470638359dc7eb8343552d3b94ec38.zip
Fixed build with mingw.
Diffstat (limited to 'libssh/misc.c')
-rw-r--r--libssh/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/misc.c b/libssh/misc.c
index 1f977eb..a08a629 100644
--- a/libssh/misc.c
+++ b/libssh/misc.c
@@ -32,7 +32,7 @@
#include "config.h"
#ifdef _WIN32
-#define _WIN32_IE 0x0400 //SHGetSpecialFolderPath
+#define _WIN32_IE 0x0501 //SHGetSpecialFolderPath
#include <winsock2.h> // Must be the first to include
#include <shlobj.h>
#include <direct.h>