Kaydet (Commit) 24489928 authored tarafından Jesús Corrius's avatar Jesús Corrius

Try to fix the MinGW build with a simple solution

üst fe564059
......@@ -95,7 +95,7 @@ void SalAbort( const rtl::OUString& rErrorText, bool )
{
// make sure crash reporter is triggered
RaiseException( 0, EXCEPTION_NONCONTINUABLE, 0, NULL );
FatalAppExitW( 0, rErrorText.getStr() );
FatalAppExitW( 0, reinterpret_cast<LPCWSTR>(rErrorText.getStr()) );
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment