Ignore:
Timestamp:
Jun 19, 2013 6:47:43 AM (11 years ago)
Author:
riza
Message:

Re #1680: Add initial support for Win64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/speex/include/speex/speex.h

    r2002 r4537  
    412412const SpeexMode * speex_lib_get_mode (int mode); 
    413413 
    414 #ifndef WIN32 
     414#if (!defined(WIN32) && !defined(WIN64)) 
    415415/* We actually override the function in the narrowband case so that we can avoid linking in the wideband stuff */ 
    416416#define speex_lib_get_mode(mode) ((mode)==SPEEX_MODEID_NB ? &speex_nb_mode : speex_lib_get_mode (mode)) 
Note: See TracChangeset for help on using the changeset viewer.