diff options
author | rpj <rpj> | 2005-05-24 03:04:36 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-05-24 03:04:36 +0000 |
commit | 63e9469db39641c0c47cfc4e6843f13a74f63a13 (patch) | |
tree | af0d94db3a4f1d288e296025bca3019a80a92432 /ptw32_relmillisecs.c | |
parent | ca6c01439b4b727acb513fa1725bf93543556b9a (diff) |
Minor changes to make mingw32 cross compiling on Linux easier
Diffstat (limited to 'ptw32_relmillisecs.c')
-rw-r--r-- | ptw32_relmillisecs.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |