mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-24 22:45:17 +02:00
3-6 C7
This commit is contained in:
parent
b6f7898659
commit
ed0888d6c2
@ -17,6 +17,6 @@
|
||||
#define bind(a,b,c) w32_bind((a), (b), (c))
|
||||
#define connect(a,b,c) w32_connect((a), (b), (c))
|
||||
#define recv(a,b,c,d) w32_recv((a), (b), (c), (d))
|
||||
#define send(a,b,c,d) w32_send(((a), (b), (c), (d))
|
||||
#define send(a,b,c,d) w32_send((a), (b), (c), (d))
|
||||
#define shutdown(a,b) w32_shutdown((a), (b))
|
||||
#define socketpair(a,b,c) w32_socketpair((a), (b), (c))
|
||||
|
@ -2,7 +2,6 @@
|
||||
* Author: Manoj Ampalam <manoj.ampalam@microsoft.com>
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys\stat.h>
|
||||
#include <io.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user