From 062f752862bc7be64c256ee7eb0c231cd6dbe309 Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 24 May 2005 03:05:21 +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