mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 587321 - YARR landing broke mingw compilation r=cdleary
This commit is contained in:
parent
562f617316
commit
d4c88eb729
@ -64,7 +64,7 @@ static void printf_stderr_common(const char* format, ...)
|
||||
|
||||
static void printCallSite(const char* file, int line, const char* function)
|
||||
{
|
||||
#if WTF_PLATFORM_WIN && !WTF_PLATFORM_WINCE && defined _DEBUG
|
||||
#if WTF_COMPILER_MSVC && !WTF_PLATFORM_WINCE && defined _DEBUG
|
||||
_CrtDbgReport(_CRT_WARN, file, line, NULL, "%s\n", function);
|
||||
#else
|
||||
printf_stderr_common("(%s:%d %s)\n", file, line, function);
|
||||
|
Loading…
Reference in New Issue
Block a user