From 489684fa3dd626f844347324e7dd71e136167749 Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Mon, 30 Sep 2002 03:14:47 +0000 Subject: [PATCH] oops --- panda/src/audiotraits/milesAudioSound.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/audiotraits/milesAudioSound.cxx b/panda/src/audiotraits/milesAudioSound.cxx index 0720886ec2..868f40c919 100644 --- a/panda/src/audiotraits/milesAudioSound.cxx +++ b/panda/src/audiotraits/milesAudioSound.cxx @@ -24,7 +24,7 @@ #define NEED_MILES_LENGTH_WORKAROUND -#if (MSS_MAJOR_VERSION >= 6) && (MSS_MINOR_VERSION >= 5) +#if (((MSS_MAJOR_VERSION == 6) && (MSS_MINOR_VERSION >= 5)) || (MSS_MAJOR_VERSION >= 7)) #define MILES_6_5 #endif