From f87899d45b5b9d10e75d7cf30bcbc0f4dac9f251 Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 26 Apr 2005 02:43:18 +0000 Subject: '' --- implement.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'implement.h') 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 +#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); -- cgit v1.2.3