#if for win32 messagebox stuff
This commit is contained in:
parent
e8058eba1d
commit
21a4d0f586
|
@ -304,6 +304,9 @@ CMesssageBoxLogOutputter::write(ELevel level, const char* msg)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if SYSAPI_WIN32
|
||||||
MessageBox(NULL, msg, CLOG->getFilterName(level), MB_OK);
|
MessageBox(NULL, msg, CLOG->getFilterName(level), MB_OK);
|
||||||
|
#endif
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue