Ignore:
Timestamp:
Jan 19, 2006 3:58:29 AM (18 years ago)
Author:
bennylp
Message:

Initial, quick and dirty WinCE port with EVC4

File:
1 edited

Legend:

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

    r66 r125  
    222222    /* Set socket to nonblocking. */ 
    223223    value = 1; 
    224 #ifdef PJ_WIN32 
     224#if defined(PJ_WIN32) && PJ_WIN32!=0 || \ 
     225    defined(PJ_WIN32_WINCE) && PJ_WIN32_WINCE!=0 
    225226    if (ioctlsocket(sock, FIONBIO, (u_long*)&value)) { 
    226227#else 
Note: See TracChangeset for help on using the changeset viewer.