changeset 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 f98fde50570b
children 97deefd38060
files base/test/TestVampRealTime.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;