From d4661a71e474f09447714d8f7a2d95304669a0b6 Mon Sep 17 00:00:00 2001 From: Rider Linden Date: Thu, 7 Jan 2016 09:47:36 -0800 Subject: Use #if rather than #ifdef to test platform switch. --- indra/newview/llvoicevivox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index a43e90d85d..e9ee4c2a05 100755 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -1160,7 +1160,7 @@ bool LLVivoxVoiceClient::breakVoiceConnection(bool corowait) else { // If we are not doing a corowait then we must sleep until the connector has responded // otherwise we may very well close the socket too early. -#ifdef LL_WINDOWS +#if LL_WINDOWS int count = 0; while (!mShutdownComplete && 10 > count++) { -- cgit v1.2.3