From 63e9469db39641c0c47cfc4e6843f13a74f63a13 Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 24 May 2005 03:04:36 +0000 Subject: Minor changes to make mingw32 cross compiling on Linux easier --- ptw32_relmillisecs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ptw32_relmillisecs.c') diff --git a/ptw32_relmillisecs.c b/ptw32_relmillisecs.c index 11ff593..7031148 100644 --- a/ptw32_relmillisecs.c +++ b/ptw32_relmillisecs.c @@ -44,7 +44,7 @@ #endif -INLINE DWORD +DWORD ptw32_relmillisecs (const struct timespec * abstime) { const int64_t NANOSEC_PER_MILLISEC = 1000000; -- cgit v1.2.3