messagebox

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@257 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-11 06:21:43 +00:00
parent 72ba706b31
commit 22b6c60f45
16 changed files with 3371 additions and 11 deletions

View File

@@ -38,4 +38,29 @@ enum MwALIGNMENT {
*/
#define MwDEFAULT 0x0fffffff
/*!
* %brief Icon mask
*/
#define MwMB_ICONMASK 0xf
/*!
* %brief Warning icon
*/
#define MwMB_ICONWARNING 0x1
/*!
* %brief Information icon
*/
#define MwMB_ICONINFO 0x2
/*!
* %brief Note icon
*/
#define MwMB_ICONNOTE 0x3
/*!
* %brief Question icon
*/
#define MwMB_ICONQUESTION 0x4
#endif