diff options
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llmachineid.cpp | 3 |
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; |