FS-9099: [sofia-sip] fix windows build of websocket transport

This commit is contained in:
Mike Jerris 2016-04-27 16:08:13 -04:00
parent 3caa794f7a
commit 943e8ef323

View File

@ -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