mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 23:48:12 +00:00
when defining ssize_t, also define _SSIZE_T_DEFINED
svn path=/trunk/; revision=38033
This commit is contained in:
parent
d6326245c7
commit
019f6c6133
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ typedef _BSD_SIZE_T_ size_t;
|
||||||
|
|
||||||
#ifdef _BSD_SSIZE_T_
|
#ifdef _BSD_SSIZE_T_
|
||||||
typedef _BSD_SSIZE_T_ ssize_t;
|
typedef _BSD_SSIZE_T_ ssize_t;
|
||||||
|
#define _SSIZE_T_DEFINED
|
||||||
#undef _BSD_SSIZE_T_
|
#undef _BSD_SSIZE_T_
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue