Ignore:
Timestamp:
May 1, 2007 10:42:22 AM (17 years ago)
Author:
bennylp
Message:

Ported PJLIB and PJLIB-TEST to Symbian!

File:
1 edited

Legend:

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

    r974 r1238  
    537537static int compliance_test_2(void) 
    538538{ 
     539#if defined(PJ_SYMBIAN) && PJ_SYMBIAN!=0 
     540    enum { MAX_PAIR = 1, TEST_LOOP = 2 }; 
     541#else 
    539542    enum { MAX_PAIR = 4, TEST_LOOP = 2 }; 
     543#endif 
    540544 
    541545    struct listener 
Note: See TracChangeset for help on using the changeset viewer.