mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 10:40:27 +09:00
Fixed build with mingw.
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define _WIN32_IE 0x0400 //SHGetSpecialFolderPath
|
#define _WIN32_IE 0x0501 //SHGetSpecialFolderPath
|
||||||
#include <winsock2.h> // Must be the first to include
|
#include <winsock2.h> // Must be the first to include
|
||||||
#include <shlobj.h>
|
#include <shlobj.h>
|
||||||
#include <direct.h>
|
#include <direct.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user