summaryrefslogtreecommitdiff
path: root/tests/rwlock7.c
diff options
context:
space:
mode:
authorrpj <rpj>2011-07-02 02:18:43 +0000
committerrpj <rpj>2011-07-02 02:18:43 +0000
commite516576e75527fb763e800e61dd024461141ec14 (patch)
treef24a77bca51ebf42b2198342033b705b7e660ce4 /tests/rwlock7.c
parentc34bf0c659b945f0c012b1cdd7ea80de8292c608 (diff)
See the ChangeLogs
Diffstat (limited to 'tests/rwlock7.c')
-rw-r--r--tests/rwlock7.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/tests/rwlock7.c b/tests/rwlock7.c
index 33e87e2..69d1a73 100644
--- a/tests/rwlock7.c
+++ b/tests/rwlock7.c
@@ -108,13 +108,8 @@ main (int argc, char *argv[])
int data_updates = 0;
int seed = 1;
-#if (defined(__MINGW64__) || defined(__MINGW32__)) && __MSVCRT_VERSION__ >= 0x0601
- struct __timeb64 currSysTime1;
- struct __timeb64 currSysTime2;
-#else
- struct _timeb currSysTime1;
- struct _timeb currSysTime2;
-#endif
+ PTW32_STRUCT_TIMEB currSysTime1;
+ PTW32_STRUCT_TIMEB currSysTime2;
/*
* Initialize the shared data.