From: Mike Jerris Date: Wed, 27 Apr 2016 20:08:13 +0000 (-0400) Subject: FS-9099: [sofia-sip] fix windows build of websocket transport X-Git-Tag: v1.6.8~3^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=943e8ef3231dfcef1ba3b6e873fdded816c3876c;p=thirdparty%2Ffreeswitch.git FS-9099: [sofia-sip] fix windows build of websocket transport --- diff --git a/libs/sofia-sip/libsofia-sip-ua/tport/switch.h b/libs/sofia-sip/libsofia-sip-ua/tport/switch.h index 26f269ef18..e6e7938dcd 100644 --- a/libs/sofia-sip/libsofia-sip-ua/tport/switch.h +++ b/libs/sofia-sip/libsofia-sip-ua/tport/switch.h @@ -1,6 +1,5 @@ #include "config.h" -#ifndef _MSC_VER #ifndef __LITTLE_ENDIAN #define __LITTLE_ENDIAN 1234 #endif @@ -14,5 +13,4 @@ #define __BYTE_ORDER __LITTLE_ENDIAN #endif #endif -#endif