From 9a571d0f25db434509f5946e48981d4b32d497c2 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 15 Sep 2009 10:41:36 +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 b97b7e02..c7ffccbd 100644 --- a/libssh/misc.c +++ b/libssh/misc.c @@ -33,7 +33,7 @@ #include "config.h" #ifdef _WIN32 -#define _WIN32_IE 0x0400 //SHGetSpecialFolderPath +#define _WIN32_IE 0x0501 //SHGetSpecialFolderPath #include #include #include -- cgit v1.2.3