summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpj <rpj>2011-07-03 14:17:10 +0000
committerrpj <rpj>2011-07-03 14:17:10 +0000
commitd0616e87f5f57b11ad55c692b8785226556d244c (patch)
tree6cde6304d5b621988ca3a65b168f53126bfd3af4
parent86875e9f4540832e932a73c54e3163f6dd816667 (diff)
Reorganisation of #defines
-rw-r--r--tests/spin4.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/spin4.c b/tests/spin4.c
index bf1227d..3a4fd6f 100644
--- a/tests/spin4.c
+++ b/tests/spin4.c
@@ -66,11 +66,7 @@ main()
void* result = (void*)0;
pthread_t t;
int CPUs;
-#if (defined(__MINGW64__) || defined(__MINGW32__)) && __MSVCRT_VERSION__ >= 0x0601
- struct __timeb64 sysTime;
-#else
- struct _timeb sysTime;
-#endif
+ PTW32_STRUCT_TIMEB sysTime;
if ((CPUs = pthread_num_processors_np()) == 1)
{