summaryrefslogtreecommitdiff
path: root/tests/rwlock2_t.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rwlock2_t.c')
-rw-r--r--tests/rwlock2_t.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rwlock2_t.c b/tests/rwlock2_t.c
index 8e6ab6d..a34d351 100644
--- a/tests/rwlock2_t.c
+++ b/tests/rwlock2_t.c
@@ -53,7 +53,7 @@ main()
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;