change macro [skip ci]
This commit is contained in:
parent
ead98780f7
commit
dc9a5b49f8
@ -59,7 +59,7 @@
|
||||
#undef min
|
||||
#endif
|
||||
|
||||
#define MSG_BOX_INFO(message) MessageBoxA(nullptr, message, "H1-Mod: WARNING", MB_ICONINFORMATION);
|
||||
#define MSG_BOX_INFO(message) MessageBoxA(nullptr, message, "H1-Mod: INFORMATION", MB_ICONINFORMATION);
|
||||
#define MSG_BOX_WARN(message) MessageBoxA(nullptr, message, "H1-Mod: WARNING", MB_ICONWARNING);
|
||||
#define MSG_BOX_ERROR(message) MessageBoxA(nullptr, message, "H1-Mod: ERROR", MB_ICONERROR);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user