mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-07 06:03:40 +08:00
#if for win32 messagebox stuff
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user