mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-19 20:15:01 +02:00
Missing headers causing link errors in X86 builds
This commit is contained in:
parent
fe82ce1d37
commit
b47cc46d4f
@ -99,6 +99,7 @@
|
||||
#include "sftp.h"
|
||||
#ifdef WIN32_FIXME
|
||||
#include "console.h"
|
||||
#include <Sddl.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32_FIXME
|
||||
|
@ -35,6 +35,7 @@
|
||||
|
||||
#ifdef WIN32_VS
|
||||
#include "win32_dirent.h"
|
||||
#include <Shlwapi.h>
|
||||
#else
|
||||
#include <dirent.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user