提交 af463e7e 编写于 作者: B Bodo Möller

When compiling with /opt/SUNWspro/SC4.2/bin/cc on Solaris, __svr4__ is

not defined, but __SVR4 is.
上级 01296a6d
......@@ -403,7 +403,7 @@ extern HINSTANCE _hInstance;
#endif
#endif
#if defined(sun) && !defined(__svr4__)
#if defined(sun) && !defined(__svr4__) && !defined(__SVR4)
#define memmove(s1,s2,b) bcopy((s2),(s1),(n))
#define strtoul(s,e,b) ((unsigned long int)strtol((s),(e),(b)))
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册