char vs wchar_t FIGHT
parent
ace79d9719
commit
d223687fb8
|
|
@ -354,7 +354,7 @@ void LLApp::setupErrorHandling()
|
|||
0,
|
||||
google_breakpad::ExceptionHandler::HANDLER_ALL,
|
||||
MiniDumpNormal, //Generate a 'normal' minidump.
|
||||
pipe_name.c_str(),
|
||||
wpipe_name.c_str(),
|
||||
NULL); //No custom client info.
|
||||
if (mExceptionHandler)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
#include "llrun.h"
|
||||
#include "llsd.h"
|
||||
#include "lloptioninterface.h"
|
||||
|
||||
#define LL_SEND_CRASH_REPORTS 1
|
||||
// Forward declarations
|
||||
template <typename Type> class LLAtomic32;
|
||||
typedef LLAtomic32<U32> LLAtomicU32;
|
||||
|
|
|
|||
Loading…
Reference in New Issue