From e516576e75527fb763e800e61dd024461141ec14 Mon Sep 17 00:00:00 2001 From: rpj Date: Sat, 2 Jul 2011 02:18:43 +0000 Subject: See the ChangeLogs --- tests/rwlock8.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'tests/rwlock8.c') diff --git a/tests/rwlock8.c b/tests/rwlock8.c index 28552ba..99c357a 100644 --- a/tests/rwlock8.c +++ b/tests/rwlock8.c @@ -114,13 +114,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. -- cgit v1.2.3