Changeset 89:562275f05121 in qutecom-coip


Ignore:
Timestamp:
Mar 6, 2008 4:13:32 PM (5 years ago)
Author:
Halina@…
Branch:
default
Message:

fix for MSVC compile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libs/sipwrapper/src/phapi/PhApiWrapper.cpp

    r72 r89  
    3838 
    3939#include <cstdio> 
     40 
     41#ifdef CC_MSVC 
     42#define strcasecmp stricmp 
     43#define strncasecmp strnicmp 
     44#endif 
    4045 
    4146PhApiWrapper * PhApiWrapper::PhApiWrapperHack = NULL; 
Note: See TracChangeset for help on using the changeset viewer.