--- ray/src/common/selcall.h 2003/07/14 22:23:59 3.10 +++ ray/src/common/selcall.h 2016/03/06 01:13:17 3.11 @@ -1,4 +1,4 @@ -/* RCSid $Id: selcall.h,v 3.10 2003/07/14 22:23:59 schorsch Exp $ */ +/* RCSid $Id: selcall.h,v 3.11 2016/03/06 01:13:17 schorsch Exp $ */ /* * header file for select call compatibility */ @@ -7,7 +7,7 @@ #include #include -#ifdef _WIN32 +#if defined(_WIN32) || defined(_WIN64) /*#include */ #else #include @@ -17,7 +17,7 @@ #endif #ifndef FD_SETSIZE -#ifdef _WIN32 +#if defined(_WIN32) || defined(_WIN64) #else #include #endif