diff options
| author | rpj <rpj> | 2011-03-03 23:37:20 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 2011-03-03 23:37:20 +0000 | 
| commit | e470da85f7b9426eea03d66086c2822bf29e9b05 (patch) | |
| tree | b3747768258dc62752612327904be1f1067d5c7f /tests/mutex8.c | |
| parent | 1170175259781ece4a8d99d517230f4b9ecb7b50 (diff) | |
Some cleanups, mostly x86_64 compat plus interlocked macros
Diffstat (limited to 'tests/mutex8.c')
| -rw-r--r-- | tests/mutex8.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/mutex8.c b/tests/mutex8.c index 5ca9982..827fae0 100644 --- a/tests/mutex8.c +++ b/tests/mutex8.c @@ -47,7 +47,7 @@ void * locker(void * arg)    struct _timeb currSysTime;    const DWORD NANOSEC_PER_MILLISEC = 1000000; -  _ftime(&currSysTime); +  PTW32_FTIME(&currSysTime);    abstime.tv_sec = currSysTime.time;    abstime.tv_nsec = NANOSEC_PER_MILLISEC * currSysTime.millitm; | 
