Add additional CCM_ message names.

This commit is contained in:
Guy L. Albertelli 2002-02-26 00:38:59 +00:00 committed by Alexandre Julliard
parent 8fe19fa7bb
commit db728b0b72
1 changed files with 5 additions and 2 deletions

View File

@ -948,7 +948,7 @@ static const char * const PGMMessageTypeNames[SPY_MAX_PGMMSGNUM + 1] =
}; };
#define SPY_MAX_CCMMSGNUM 6 #define SPY_MAX_CCMMSGNUM 9
static const char * const CCMMessageTypeNames[SPY_MAX_CCMMSGNUM + 1] = static const char * const CCMMessageTypeNames[SPY_MAX_CCMMSGNUM + 1] =
{ {
NULL, /* 0x2000 */ NULL, /* 0x2000 */
@ -957,7 +957,10 @@ static const char * const CCMMessageTypeNames[SPY_MAX_CCMMSGNUM + 1] =
"CCM_GETCOLORSCHEME", "CCM_GETCOLORSCHEME",
"CCM_GETDROPTARGET", "CCM_GETDROPTARGET",
"CCM_SETUNICODEFORMAT", "CCM_SETUNICODEFORMAT",
"CCM_GETUNICODEFORMAT" "CCM_GETUNICODEFORMAT",
"CCM_SETVERSION",
"CCM_GETVERSION",
"CCM_SETNOTIFYWINDOW"
}; };
#define SPY_MAX_WINEMSGNUM 6 #define SPY_MAX_WINEMSGNUM 6