From de8808cb47470638359dc7eb8343552d3b94ec38 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 15 Sep 2009 10:43:09 +0200 Subject: Fixed build with mingw. --- libssh/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libssh/misc.c b/libssh/misc.c index 1f977eb4..a08a6296 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 // Must be the first to include #include #include -- cgit