Ignore:
Timestamp:
Dec 2, 2005 10:28:52 PM (18 years ago)
Author:
nanang
Message:

Updated with wince files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/pjproject-0.2/pjlib/src/pj/sock.c

    r88 r91  
    1 /* $Header: /pjproject/pjlib/src/pj/sock.c 5     5/28/05 9:59a Bennylp $ */ 
     1/* $Header: /cvs/pjproject-0.2.9.3/pjlib/src/pj/sock.c,v 1.1 2005/12/02 20:02:30 nn Exp $ */ 
    22/*  
    33 * PJLIB - PJ Foundation Library 
     
    2323#include <pj/sock.h> 
    2424#include <pj/pool.h> 
     25#if !PJ_WIN32_WINCE 
    2526#include <errno.h> 
     27#endif 
    2628 
    2729#if !PJ_FUNCTIONS_ARE_INLINED 
     
    125127PJ_DEF(pj_status_t) pj_sock_getlasterror(void) 
    126128{ 
    127 #if defined(PJ_WIN32) && PJ_WIN32==1 
     129#if defined(PJ_WIN32) && (PJ_WIN32==1 || PJ_WIN32==2) 
    128130    return WSAGetLastError(); 
    129131#else 
Note: See TracChangeset for help on using the changeset viewer.