summaryrefslogtreecommitdiff
path: root/indra/newview/llmachineid.cpp
diff options
context:
space:
mode:
authorKaren Lahey <karina@lindenlab.com>2010-05-27 14:02:58 -0700
committerKaren Lahey <karina@lindenlab.com>2010-05-27 14:02:58 -0700
commit250e57cc9549d47bca1de14820485f997b251533 (patch)
tree1478e7f29470e5c4a532faf0ff157be7f0e2bcab /indra/newview/llmachineid.cpp
parentcca5aa48ae07a2d0e4f4a26e647b360c098cd831 (diff)
ifdef out windows includes
Diffstat (limited to 'indra/newview/llmachineid.cpp')
-rw-r--r--indra/newview/llmachineid.cpp3
1 files changed, 2 insertions, 1 deletions
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 <iostream>
using namespace std;
#include <comdef.h>
#include <Wbemidl.h>
-
+#endif
unsigned char static_unique_id[] = {0,0,0,0,0,0};
bool static has_static_unique_id = false;