Ignore:
Timestamp:
Jul 10, 2006 9:35:27 PM (18 years ago)
Author:
bennylp
Message:

Fixed several bugs in WinNT IOCP: (1) accept() does not return correct addresses, (2) handle error condition when accept() returns -1 as the new socket

File:
1 edited

Legend:

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

    r592 r599  
    2222#include <pj/types.h> 
    2323 
    24 #define GROUP_LIBC                  0 
    25 #define GROUP_OS                    0 
    26 #define GROUP_DATA_STRUCTURE        0 
     24#define GROUP_LIBC                  1 
     25#define GROUP_OS                    1 
     26#define GROUP_DATA_STRUCTURE        1 
    2727#define GROUP_NETWORK               1 
    28 #define GROUP_FILE                  0 
     28#define GROUP_FILE                  1 
    2929 
    3030#define INCLUDE_ERRNO_TEST          GROUP_LIBC 
Note: See TracChangeset for help on using the changeset viewer.