diff options
author | marha <marha@users.sourceforge.net> | 2011-01-11 07:25:37 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-01-11 07:25:37 +0000 |
commit | 62e59b120f97d25c1ea72b01b10e63dab1ddaf34 (patch) | |
tree | 33b69e2b0203b56696e659c1c116d12cf1059f9d /include/stdint.h | |
parent | 146a397c28ab65ad5f802d1d412b753c236a80d8 (diff) | |
download | vcxsrv-62e59b120f97d25c1ea72b01b10e63dab1ddaf34.tar.gz vcxsrv-62e59b120f97d25c1ea72b01b10e63dab1ddaf34.tar.bz2 vcxsrv-62e59b120f97d25c1ea72b01b10e63dab1ddaf34.zip |
Added ssize_t type again in stdint.h
Diffstat (limited to 'include/stdint.h')
-rw-r--r-- | include/stdint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdint.h b/include/stdint.h index 59d067302..4836190c5 100644 --- a/include/stdint.h +++ b/include/stdint.h @@ -243,5 +243,6 @@ typedef uint64_t uintmax_t; #endif // __STDC_CONSTANT_MACROS ]
+typedef int ssize_t;
#endif // _MSC_STDINT_H_ ]
|