# HG changeset patch # User Chris Cannam # Date 1483962786 0 # Node ID 2001fe23e449e4004ef0f0450ba8805e28d479d9 # Parent f98fde50570b8aa4d62359d4a891cd42beb60719 Fixes and updates for 32-bit Windows build diff -r f98fde50570b -r 2001fe23e449 base/test/TestVampRealTime.h --- 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;