diff options
Diffstat (limited to 'indra/newview/llwindebug.cpp')
-rw-r--r-- | indra/newview/llwindebug.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llwindebug.cpp b/indra/newview/llwindebug.cpp index ca7c0f26a4..bf6fcd6ccc 100644 --- a/indra/newview/llwindebug.cpp +++ b/indra/newview/llwindebug.cpp @@ -31,8 +31,6 @@ #include "llviewerprecompiledheaders.h" -#ifdef LL_WINDOWS - #include <tchar.h> #include <tlhelp32.h> #include "llwindebug.h" @@ -740,5 +738,3 @@ void LLWinDebug::generateCrashStacks(struct _EXCEPTION_POINTERS *exception_infop LLSDSerialize::toPrettyXML(info, out_file); out_file.close(); } - -#endif |