diff base/test/TestVampRealTime.h @ 1353:2001fe23e449 3.0-integration

Fixes and updates for 32-bit Windows build
author Chris Cannam
date Mon, 09 Jan 2017 11:53:06 +0000
parents 980afe3f1a76
children 1a7687631136
line wrap: on
line diff
--- a/base/test/TestVampRealTime.h	Mon Jan 09 10:14:59 2017 +0000
+++ b/base/test/TestVampRealTime.h	Mon Jan 09 11:53:06 2017 +0000
@@ -131,7 +131,7 @@
         QCOMPARE(RealTime::fromMilliseconds(-1500), RealTime(-1, -ONE_BILLION/2));
     }
 
-#ifndef _WIN32
+#ifndef Q_OS_WIN
     void fromTimeval()
     {
         struct timeval tv;