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/config.h

    r70 r125  
    4242#if defined(PJ_WIN32) && PJ_WIN32!=0 
    4343#  include <pj/compat/os_win32.h> 
     44#elif defined(PJ_WIN32_WINCE) && PJ_WIN32_WINCE!=0 
     45#  include <pj/compat/os_win32_wince.h> 
    4446#elif defined(PJ_LINUX) && PJ_LINUX!=0 
    4547#  include <pj/compat/os_linux.h> 
     
    6668#elif defined (PJ_M_SPARC) && PJ_M_SPARC != 0 
    6769#   include <pj/compat/m_sparc.h> 
     70#elif defined (PJ_M_ARMV4) && PJ_M_ARMV4 != 0 
     71#   include <pj/compat/m_arm.h> 
    6872#else 
    6973#  error "Please specify target machine." 
Note: See TracChangeset for help on using the changeset viewer.