ssize_t is needed in edje on Windows CE too

SVN revision: 44571
This commit is contained in:
Vincent Torri 2009-12-19 11:59:23 +00:00
parent 521d0b273a
commit 95995b2148
1 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,6 @@ extern "C" {
# define R_OK 4 /* Check for read permission */
typedef int pid_t;
typedef SSIZE_T ssize_t;
typedef unsigned short mode_t;
typedef unsigned short uint16_t;
@ -162,6 +161,8 @@ typedef unsigned long gid_t;
//# define tzset _tzset
//# define hypot(x,y) _hypot((x),(y))
typedef SSIZE_T ssize_t;
# endif
#endif