ssize_t for Ultrix
This commit is contained in:
parent
1bb30673f9
commit
fd72d831b7
1 changed files with 6 additions and 0 deletions
6
e_os.h
6
e_os.h
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue