diff options
author | Andreas Schneider <mail@cynapses.org> | 2009-09-15 10:41:36 +0200 |
---|---|---|
committer | Andreas Schneider <mail@cynapses.org> | 2009-09-15 10:41:36 +0200 |
commit | 9a571d0f25db434509f5946e48981d4b32d497c2 (patch) | |
tree | 46f5020d28898081150279a216c45d41f56f51d3 /libssh | |
parent | 82eb0427f738f643d4885f1e9c605e5a6de280eb (diff) | |
download | libssh-9a571d0f25db434509f5946e48981d4b32d497c2.tar.gz libssh-9a571d0f25db434509f5946e48981d4b32d497c2.tar.xz libssh-9a571d0f25db434509f5946e48981d4b32d497c2.zip |
Fixed build with mingw.
Diffstat (limited to 'libssh')
-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 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 <shlobj.h> #include <winsock2.h> #include <direct.h> |