commit
cd5d35ddab
|
|
@ -74,9 +74,6 @@
|
|||
#ifndef LL_MSVC
|
||||
#define LL_MSVC 1
|
||||
#endif
|
||||
#if _MSC_VER < 1400
|
||||
#define LL_MSVC7 //Visual C++ 2003 or earlier
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// Deal with minor differences on Unixy OSes.
|
||||
|
|
|
|||
|
|
@ -197,19 +197,6 @@ LONG WINAPI catchallCrashHandler(EXCEPTION_POINTERS * /*ExceptionInfo*/)
|
|||
return 0;
|
||||
}
|
||||
|
||||
// *FIX:Mani - This hack is to fix a linker issue with libndofdev.lib
|
||||
// The lib was compiled under VS2005 - in VS2003 we need to remap assert
|
||||
#ifdef LL_DEBUG
|
||||
#ifdef LL_MSVC7
|
||||
extern "C" {
|
||||
void _wassert(const wchar_t * _Message, const wchar_t *_File, unsigned _Line)
|
||||
{
|
||||
LL_ERRS() << _Message << LL_ENDL;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
const std::string LLAppViewerWin32::sWindowClass = "Second Life";
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue