From 250e57cc9549d47bca1de14820485f997b251533 Mon Sep 17 00:00:00 2001 From: Karen Lahey Date: Thu, 27 May 2010 14:02:58 -0700 Subject: ifdef out windows includes --- indra/newview/llmachineid.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/llmachineid.cpp b/indra/newview/llmachineid.cpp index b691baaf08..b9a56d1497 100644 --- a/indra/newview/llmachineid.cpp +++ b/indra/newview/llmachineid.cpp @@ -33,12 +33,13 @@ #include "llviewerprecompiledheaders.h" #include "lluuid.h" #include "llmachineid.h" +#if LL_WINDOWS #define _WIN32_DCOM #include using namespace std; #include #include - +#endif unsigned char static_unique_id[] = {0,0,0,0,0,0}; bool static has_static_unique_id = false; -- cgit v1.2.3