Ignore:
Timestamp:
Feb 8, 2008 3:21:41 PM (16 years ago)
Author:
bennylp
Message:

More ticket #472: Fixed problem when building on Mingw. Now PJ_FD_SETSIZE_SETABLE is only enabled when winsock.h is present

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/sock_select.c

    r1783 r1788  
    3434#   pragma warning(disable: 4018)    // Signed/unsigned mismatch in FD_* 
    3535#   pragma warning(disable: 4389)    // Signed/unsigned mismatch in FD_* 
    36 #endif 
    37  
    38 /* Now that we have access to OS'es <sys/select>, lets check again that 
    39  * PJ_IOQUEUE_MAX_HANDLES is not greater than FD_SETSIZE 
    40  */ 
    41 #if PJ_IOQUEUE_MAX_HANDLES > FD_SETSIZE 
    42 #   error "PJ_IOQUEUE_MAX_HANDLES cannot be greater than FD_SETSIZE" 
    4336#endif 
    4437 
Note: See TracChangeset for help on using the changeset viewer.