ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libeio/eio.h
(Generate patch)

Comparing libeio/eio.h (file contents):
Revision 1.42 by root, Tue Jul 19 05:13:35 2011 UTC vs.
Revision 1.43 by root, Tue Jul 19 05:18:22 2011 UTC

67#endif 67#endif
68 68
69#ifdef _WIN32 69#ifdef _WIN32
70 typedef int eio_uid_t; 70 typedef int eio_uid_t;
71 typedef int eio_gid_t; 71 typedef int eio_gid_t;
72 #ifdef _MINGW32_ /* no intptr_t */ 72 #ifdef __MINGW32__ /* no intptr_t */
73 typedef ssize_t eio_ssize_t; 73 typedef ssize_t eio_ssize_t;
74 #else 74 #else
75 typedef intptr_t eio_ssize_t; /* or SSIZE_T */ 75 typedef intptr_t eio_ssize_t; /* or SSIZE_T */
76 #endif 76 #endif
77 #if __GNUC__ 77 #if __GNUC__

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines