mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
when defining ssize_t, also define _SSIZE_T_DEFINED
svn path=/trunk/; revision=38033
This commit is contained in:
@@ -126,6 +126,7 @@ typedef _BSD_SIZE_T_ size_t;
|
||||
|
||||
#ifdef _BSD_SSIZE_T_
|
||||
typedef _BSD_SSIZE_T_ ssize_t;
|
||||
#define _SSIZE_T_DEFINED
|
||||
#undef _BSD_SSIZE_T_
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user