diff options
author | Andreas Schneider <mail@cynapses.org> | 2009-09-15 10:43:09 +0200 |
---|---|---|
committer | Andreas Schneider <mail@cynapses.org> | 2009-09-15 10:43:09 +0200 |
commit | de8808cb47470638359dc7eb8343552d3b94ec38 (patch) | |
tree | 1fa2669fe7d49f4026fda053cf94703490e11602 /libssh/misc.c | |
parent | ca978a9e8182b80ce88b93e173142f21e3efc50c (diff) | |
download | libssh-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.c | 2 |
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> |