]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/stdint.hxx
MSVC fixes. Frederic: MSVC has no ssize_t type
[simgear.git] / simgear / misc / stdint.hxx
index 75742d0c305d9fb5b20f9608dae1e158298a471f..90d52a93f7f03c6155b5975366512c38e8534558 100644 (file)
@@ -56,6 +56,8 @@ typedef unsigned char    uint8_t;
 typedef unsigned short   uint16_t;
 typedef unsigned int     uint32_t;
 typedef unsigned __int64 uint64_t;
+
+typedef int ssize_t;
 #elif defined(sgi)
 # include <sys/types.h>
 #else