Ignore:
Timestamp:
Sep 10, 2006 4:33:48 PM (18 years ago)
Author:
bennylp
Message:

Fixed autoconf in mingw

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pjlib-test/ioq_unreg.c

    r582 r699  
    8080 
    8181    if (bytes_read < 0) { 
    82         if (-bytes_read != PJ_STATUS_FROM_OS(OSERR_EWOULDBLOCK)) 
     82        if (-bytes_read != PJ_STATUS_FROM_OS(PJ_BLOCKING_ERROR_VAL)) 
    8383            app_perror("ioqueue reported recv error", -bytes_read); 
    8484    } else { 
Note: See TracChangeset for help on using the changeset viewer.