提交 fd72d831 编写于 作者: U Ulf Möller

ssize_t for Ultrix

上级 1bb30673
......@@ -390,6 +390,12 @@ extern HINSTANCE _hInstance;
# endif
#endif
#if defined(__ultrix)
# ifndef ssize_t
# define ssize_t int
# endif
#endif
#if defined(THREADS) || defined(sun)
#ifndef _REENTRANT
#define _REENTRANT
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册