implement stuff on gdi backend

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@264 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-11 10:49:14 +00:00
parent 86d630c9c9
commit b8eabc6864
14 changed files with 131 additions and 23 deletions

View File

@@ -68,6 +68,11 @@ enum MwALIGNMENT {
*/
#define MwMB_ICONNEWS 0x5
/*!
* %brief Error icon
*/
#define MwMB_ICONERROR 0x6
/*!
* %brief Button mask
*/

View File

@@ -12,6 +12,11 @@
extern "C" {
#endif
/*!
* %brief Error icon
*/
MWDECL char* MwIconError[];
/*!
* %brief Info icon
*/