diff options
author | rpj <rpj> | 2005-06-03 08:32:43 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-06-03 08:32:43 +0000 |
commit | 15f1b0bc1f4feeca60ca1dda769928822d6c032a (patch) | |
tree | 26a3693fd7058745a2bd76e8c086dc4d16656049 /ptw32_relmillisecs.c | |
parent | 1908d93b42b01cea49c886e2260fd70ac05becf7 (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; |