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
|
||
|
|
||
|
|