diff options
author | marha <marha@users.sourceforge.net> | 2009-07-25 13:17:33 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-07-25 13:17:33 +0000 |
commit | 02934f83dd4f5848083e2e5cdbc6ef7f60361f06 (patch) | |
tree | 61beb3c41beb366cdc9464da0835e9444c39a453 /include/unistd.h | |
parent | cb897b8ffca0a68c017c2edfa523cb5ff0491962 (diff) | |
parent | a7be905cf4423239285228d4e23caf2172adfa8b (diff) | |
download | vcxsrv-02934f83dd4f5848083e2e5cdbc6ef7f60361f06.tar.gz vcxsrv-02934f83dd4f5848083e2e5cdbc6ef7f60361f06.tar.bz2 vcxsrv-02934f83dd4f5848083e2e5cdbc6ef7f60361f06.zip |
libx11 compiles again
Diffstat (limited to 'include/unistd.h')
-rw-r--r-- | include/unistd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/unistd.h b/include/unistd.h index 0e0253de7..9bb36d7e0 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -4,6 +4,4 @@ #define strcasecmp _stricmp
#define snprintf _snprintf
-typedef unsigned __int64 uint64_t;
-typedef int ssize_t;
#endif
|