undef FD_SETSIZE to avoid compiler warning upon redefine

This commit is contained in:
Yves Rűtschlé 2024-03-15 15:09:39 +01:00
parent 736b108a75
commit b94060ad76

View File

@ -5,6 +5,7 @@
* enough for the macros to adapt (http://support.microsoft.com/kb/111855)
*/
#ifdef __CYGWIN__
#undef FD_SETSIZE
#define FD_SETSIZE 4096
#endif