diff options
author | rpj <rpj> | 2011-07-02 02:18:43 +0000 |
---|---|---|
committer | rpj <rpj> | 2011-07-02 02:18:43 +0000 |
commit | e516576e75527fb763e800e61dd024461141ec14 (patch) | |
tree | f24a77bca51ebf42b2198342033b705b7e660ce4 /tests/mutex8e.c | |
parent | c34bf0c659b945f0c012b1cdd7ea80de8292c608 (diff) |
See the ChangeLogs
Diffstat (limited to 'tests/mutex8e.c')
-rw-r--r-- | tests/mutex8e.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/mutex8e.c b/tests/mutex8e.c index 58d7d1e..a360566 100644 --- a/tests/mutex8e.c +++ b/tests/mutex8e.c @@ -52,11 +52,7 @@ static pthread_mutexattr_t mxAttr; void * locker(void * arg) { struct timespec abstime = { 0, 0 }; -#if (defined(__MINGW64__) || defined(__MINGW32__)) && __MSVCRT_VERSION__ >= 0x0601 - struct __timeb64 currSysTime; -#else - struct _timeb currSysTime; -#endif + PTW32_STRUCT_TIMEB currSysTime; const DWORD NANOSEC_PER_MILLISEC = 1000000; PTW32_FTIME(&currSysTime); |