#if for win32 messagebox stuff

This commit is contained in:
Nick Bolton 2013-04-04 21:57:51 +00:00
parent e8058eba1d
commit 21a4d0f586
1 changed files with 3 additions and 0 deletions

View File

@ -304,6 +304,9 @@ CMesssageBoxLogOutputter::write(ELevel level, const char* msg)
return true;
}
#if SYSAPI_WIN32
MessageBox(NULL, msg, CLOG->getFilterName(level), MB_OK);
#endif
return true;
}