diff options
Diffstat (limited to 'tests/rwlock7.c')
-rw-r--r-- | tests/rwlock7.c | 9 |
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. |