From 16955533cf9a8aa5d9a7ed30a51fe000a05fa1aa Mon Sep 17 00:00:00 2001 From: Henri Herscher Date: Thu, 27 Sep 2007 16:38:49 +0000 Subject: Fixed win32 compiling problem. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@496 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkaudio/audiocaptureplugins/voip/VoIp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'orkaudio/audiocaptureplugins/voip/VoIp.cpp') diff --git a/orkaudio/audiocaptureplugins/voip/VoIp.cpp b/orkaudio/audiocaptureplugins/voip/VoIp.cpp index 1b99504..6f3b81f 100644 --- a/orkaudio/audiocaptureplugins/voip/VoIp.cpp +++ b/orkaudio/audiocaptureplugins/voip/VoIp.cpp @@ -1656,7 +1656,7 @@ bool TrySipInvite(EthernetHeaderStruct* ethernetHeader, IpHeaderStruct* ipHeader * of the string "telephone-event", 15 characters */ if(nextStep && ((sipEnd - nextStep) >= 15)) { - if(strncasecmp(nextStep, "telephone-event", 15) == 0) + if(ACE_OS::strncasecmp(nextStep, "telephone-event", 15) == 0) { /* Our DTMF packets are indicated using * the payload type rtpPayloadType */ -- cgit v1.2.3