mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
Also always make it MBX_INFO on Windows.
This commit is contained in:
@@ -740,7 +740,7 @@ pc_show_usage(char *s)
|
||||
s);
|
||||
|
||||
#ifdef _WIN32
|
||||
ui_msgbox(MBX_ANSI | ((s == NULL) ? MBX_INFO : MBX_WARNING), p);
|
||||
ui_msgbox(MBX_ANSI | MBX_INFO, p);
|
||||
#else
|
||||
always_log("%s", p);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user