X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fcompat.h;fp=src%2Fcompat.h;h=3c95e373493d97f66bb36ea7f121373bc7f9d4e0;hb=9381057f4bbebcef51c11a6736e36d95bdba4dd0;hp=3caa90a21e996a3d4076c346e86156dd5bd8a1b5;hpb=9d2b43e373410eb63ab00d4e5068faeeabd453f9;p=novacoin.git diff --git a/src/compat.h b/src/compat.h index 3caa90a..3c95e37 100644 --- a/src/compat.h +++ b/src/compat.h @@ -12,6 +12,9 @@ #define NOMINMAX #endif #ifndef _MSC_VER +#ifdef FD_SETSIZE +#undef FD_SETSIZE +#endif #define FD_SETSIZE 1024 // max number of fds in fd_set #endif #include