Ignore:
Timestamp:
Aug 1, 2006 11:01:55 PM (18 years ago)
Author:
bennylp
Message:

Fix PJLIB on WinCE:

  • Added CPU and OS autodetection feature in config.h. For target CPU type, now we don't need to specify PJ_M_* anymore.
  • Fix stricmp_alnum() link error on WinCE
  • Exclude error message test on WincE, since WinCE doesn't have full error reporting capability as Win32.
File:
1 edited

Legend:

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

    r65 r640  
    9090        PJ_LOG(3, (THIS_FILE,  
    9191                   "...error: expecting \"invalid\" string in the msg")); 
     92#ifndef PJ_WIN32_WINCE 
    9293        return -20; 
     94#endif 
    9395    } 
    9496 
Note: See TracChangeset for help on using the changeset viewer.