Add MSG_NOPREFIX flag for user messages

It forces do not prepend error/warning prefix.
This commit is contained in:
Hennadii Stepanov
2019-04-30 20:55:12 +03:00
parent f0641f274f
commit 96fd4ee02f
3 changed files with 28 additions and 20 deletions

View File

@@ -69,6 +69,9 @@ public:
/** Force blocking, modal message box dialog (not just OS notification) */
MODAL = 0x10000000U,
/** Do not prepend error/warning prefix */
MSG_NOPREFIX = 0x20000000U,
/** Do not print contents of message to debug log */
SECURE = 0x40000000U,