diff options
author | rpj <rpj> | 2005-06-03 08:36:26 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-06-03 08:36:26 +0000 |
commit | cd3c708380761302fb5ffc6531d396f71b706b4f (patch) | |
tree | 83e1d40db4835d6cab72de26aeb116c3ebf4885e /ptw32_relmillisecs.c | |
parent | a6c137945de3435089e74ca4c7e1ee504a7ee23e (diff) |
''
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 7031148..f3e7b76 100644 --- a/ptw32_relmillisecs.c +++ b/ptw32_relmillisecs.c @@ -44,7 +44,7 @@ #endif -DWORD +INLINE DWORD ptw32_relmillisecs (const struct timespec * abstime) { const int64_t NANOSEC_PER_MILLISEC = 1000000; |