Ignore:
Timestamp:
Jul 23, 2006 2:38:49 PM (18 years ago)
Author:
bennylp
Message:

Added 64bit Linux target (x86_64), also fixed compilation warnings when compiling for this target

File:
1 edited

Legend:

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

    r433 r624  
    6666#if defined (PJ_M_I386) && PJ_M_I386 != 0 
    6767#   include <pj/compat/m_i386.h> 
     68#elif defined (PJ_M_X86_64) && PJ_M_X86_64 != 0 
     69#   include <pj/compat/m_x86_64.h> 
    6870#elif defined (PJ_M_M68K) && PJ_M_M68K != 0 
    6971#   include <pj/compat/m_m68k.h> 
Note: See TracChangeset for help on using the changeset viewer.