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

    r88 r91  
    1 /* $Header: /pjproject/pjlib/src/pj/config.h 7     5/28/05 11:00a Bennylp $ */ 
     1/* $Header: /cvs/pjproject-0.2.9.3/pjlib/src/pj/config.h,v 1.1 2005/12/02 20:02:28 nn Exp $ */ 
    22/*  
    33 * PJLIB - PJ Foundation Library 
     
    2828 
    2929#ifndef PJ_HAS_SYS_TYPES_H    
    30 #  define PJ_HAS_SYS_TYPES_H        1 
     30#  define PJ_HAS_SYS_TYPES_H        0 
    3131#endif 
    3232#ifndef PJ_HAS_STDDEF_H  
     
    7474#endif 
    7575 
     76#ifdef _WIN32_WCE 
     77#  undef  PJ_WIN32 
     78#  define PJ_WIN32                  2 
     79#  define PJ_WIN32_WINCE        1 
     80#  define PJ_GUID_TYPE      1 
     81#endif 
     82 
    7683/* 
    7784 * Linux 
     
    8693 */ 
    8794#ifndef PJ_HAS_HIGH_RES_TIMER 
    88 #  define PJ_HAS_HIGH_RES_TIMER     1 
     95#  define PJ_HAS_HIGH_RES_TIMER     0 
    8996#endif 
    9097 
     
    93100 */ 
    94101#if !defined(PJ_HAS_PENTIUM) 
    95 #  define PJ_HAS_PENTIUM            1 
     102#  define PJ_HAS_PENTIUM            0 
    96103#endif 
    97104 
     
    121128 * I/O Queue uses IOCP on WinNT, and fallback to select() on others 
    122129 */ 
    123 #if defined(PJ_WIN32) && defined(PJ_WIN32_WINNT) && PJ_WIN32_WINNT >= 0x0400 
     130#if defined(PJ_WIN32) //&& defined(PJ_WIN32_WINNT) && PJ_WIN32_WINNT >= 0x0400 
    124131#  define PJ_IOQUEUE_USE_WIN32_IOCP (0) 
    125132#  define PJ_IOQUEUE_USE_SELECT     (1) 
Note: See TracChangeset for help on using the changeset viewer.