Ignore:
Timestamp:
Feb 14, 2006 9:04:47 PM (18 years ago)
Author:
bennylp
Message:

Changed the unicode string API and ported to ARM/WinCE

File:
1 moved

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/compat/m_armv4.h

    r173 r182  
    1717 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    1818 */ 
    19 #ifndef __PJ_COMPAT_M_ARM_H__ 
    20 #define __PJ_COMPAT_M_ARM_H__ 
     19#ifndef __PJ_COMPAT_M_ARMV4_H__ 
     20#define __PJ_COMPAT_M_ARMV4_H__ 
    2121 
    2222/** 
    23  * @file m_arm.h 
     23 * @file m_armv4.h 
    2424 * @brief Describes ARM family processor specifics. 
    2525 */ 
     
    2929 */ 
    3030 
    31 #define PJ_M_NAME               "ARM" 
     31#define PJ_M_NAME               "armv4" 
    3232 
    3333#define PJ_HAS_PENTIUM          0 
     
    3636 
    3737 
    38 #endif  /* __PJ_COMPAT_M_ARM_H__ */ 
     38#endif  /* __PJ_COMPAT_M_ARMV4_H__ */ 
Note: See TracChangeset for help on using the changeset viewer.