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/include/pj/compat/errno.h

    r65 r125  
    2020#define __PJ_COMPAT_ERRNO_H__ 
    2121 
    22 #if defined(PJ_WIN32) && PJ_WIN32 != 0 
     22#if defined(PJ_WIN32) && PJ_WIN32 != 0 || \ 
     23    defined(PJ_WIN32_WINCE) && PJ_WIN32_WINCE != 0 
    2324 
    2425    typedef unsigned long pj_os_err_type; 
Note: See TracChangeset for help on using the changeset viewer.