diff options
author | rpj <rpj> | 2005-04-26 02:43:18 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-04-26 02:43:18 +0000 |
commit | f87899d45b5b9d10e75d7cf30bcbc0f4dac9f251 (patch) | |
tree | 5cb024ca6ac9ff8b0530528d279e482c880664f9 /implement.h | |
parent | a06bad7ea9a24a3ea93fe1e7b9b99155481ada3a (diff) |
''
Diffstat (limited to 'implement.h')
-rw-r--r-- | implement.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/implement.h b/implement.h index d2bb791..d575539 100644 --- a/implement.h +++ b/implement.h @@ -92,6 +92,8 @@ typedef VOID (APIENTRY *PAPCFUNC)(DWORD dwParam); #if defined(__MINGW32__) #include <stdint.h> +#elif defined(__BORLANDC__) || defined(__WATCOMC__) +#define int64_t ULONGLONG #else #define int64_t _int64 #endif @@ -568,6 +570,8 @@ extern "C" int ptw32_semwait (sem_t * sem); + DWORD ptw32_relmillisecs (const struct timespec * abstime); + #ifdef NEED_FTIME void ptw32_timespec_to_filetime (const struct timespec *ts, FILETIME * ft); void ptw32_filetime_to_timespec (const FILETIME * ft, struct timespec *ts); |