提交 4245f5de authored 作者: Mike Jerris's avatar Mike Jerris

Merge pull request #689 in FS/freeswitch from…

Merge pull request #689 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-8782-mod_verto-fails-to-build-on-solaris to master

* commit '2caa6efd':
  FS-8782: [mod_verto] fix build error for missing __bswap_64 on Solaris
......@@ -25,7 +25,7 @@
//#include "sha1.h"
#include <openssl/ssl.h>
#if defined(_MSC_VER) || defined(__APPLE__)
#if defined(_MSC_VER) || defined(__APPLE__) || (defined(__SVR4) && defined(__sun))
#define __bswap_64(x) \
x = (x>>56) | \
((x<<40) & 0x00FF000000000000) | \
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论