mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-05 13:14:43 +02:00
14 lines
197 B
C
14 lines
197 B
C
/*
|
|
* Author: Manoj Ampalam <manoj.ampalam@microsoft.com>
|
|
*
|
|
* POSIX header and needed function definitions
|
|
*/
|
|
#pragma once
|
|
|
|
#include "..\w32posix.h"
|
|
|
|
#undef FD_SETSIZE
|
|
#define FD_SETSIZE MAX_FDS
|
|
|
|
|