char vs wchar_t FIGHT

master
Aura Linden 2014-01-22 10:21:29 -08:00
parent ace79d9719
commit d223687fb8
2 changed files with 2 additions and 2 deletions

View File

@ -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)
{

View File

@ -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;