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

    r88 r91  
    1 /* $Header: /pjproject/pjlib/src/pj/sock.h 7     5/28/05 9:59a Bennylp $ */ 
     1/* $Header: /cvs/pjproject-0.2.9.3/pjlib/src/pj/sock.h,v 1.1 2005/12/02 20:02:30 nn Exp $ */ 
    22/*  
    33 * PJLIB - PJ Foundation Library 
     
    3737#  define WIN32_LEAN_AND_MEAN 
    3838#  include <winsock2.h> 
     39#elif defined(PJ_WIN32_WINCE) && PJ_WIN32_WINCE==1 
     40#  include <winsock.h> 
    3941#else 
    4042#  include <sys/types.h> 
Note: See TracChangeset for help on using the changeset viewer.