diff options
author | rpj <rpj> | 2005-05-24 03:05:21 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-05-24 03:05:21 +0000 |
commit | 062f752862bc7be64c256ee7eb0c231cd6dbe309 (patch) | |
tree | 2ec08738a3ad4f8f2cd91dbe193f64b0ff75daa5 /ptw32_relmillisecs.c | |
parent | 33121c0115dbd27a848d7fc4ed0d42e5a7091c79 (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; |