diff options
author | Karen Lahey <karina@lindenlab.com> | 2010-05-27 14:02:58 -0700 |
---|---|---|
committer | Karen Lahey <karina@lindenlab.com> | 2010-05-27 14:02:58 -0700 |
commit | 250e57cc9549d47bca1de14820485f997b251533 (patch) | |
tree | 1478e7f29470e5c4a532faf0ff157be7f0e2bcab /indra | |
parent | cca5aa48ae07a2d0e4f4a26e647b360c098cd831 (diff) |
ifdef out windows includes
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; |