!15 Simplify c_cmd_target c_dialog

This commit is contained in:
idea4good
2019-03-13 11:11:29 +08:00
parent 61c79c1062
commit efb182360c
4 changed files with 3 additions and 17 deletions

View File

@@ -6,7 +6,7 @@ class c_cmd_target;
#define MSG_TYPE_INVALID 0xFFFF
#define MSG_TYPE_WND 0x0001
#define MSG_TYPE_USR 0x0002
#define USR_MSG_MAX 1024
#define USR_MSG_MAX 32
typedef void (c_cmd_target::*MsgFuncVV)();