Commit 45e82ba2 by Vicent Martí

Merge pull request #273 from GeneralMaximus/development

added defines for Haiku in types.h
parents 3101a3e5 2c0ec236
......@@ -59,6 +59,11 @@ typedef __time64_t git_time_t;
typedef off64_t git_off_t;
typedef __time64_t git_time_t;
#elif defined(__HAIKU__)
typedef __haiku_std_int64 git_off_t;
typedef __haiku_std_int64 git_time_t;
#else /* POSIX */
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment