Ignore:
Timestamp:
Jan 19, 2006 3:58:29 AM (19 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/socket.h

    r107 r125  
    9696 * Linux kernel specifics 
    9797 */ 
    98 #ifdef PJ_LINUX_KERNEL 
     98#if defined(PJ_LINUX_KERNEL) 
    9999#   include <linux/net.h> 
    100100#   include <asm/ioctls.h>              /* FIONBIO      */ 
     
    124124 * Windows specific 
    125125 */ 
    126 #ifdef PJ_WIN32 
    127     typedef int socklen_t;; 
     126#if defined(PJ_WIN32) || defined(PJ_WIN32_WINCE) 
     127    typedef int socklen_t; 
    128128#endif 
    129129 
Note: See TracChangeset for help on using the changeset viewer.