Skip to content
Snippets Groups Projects
Commit db728b0b authored by Guy Albertelli's avatar Guy Albertelli Committed by Alexandre Julliard
Browse files

Add additional CCM_ message names.

parent 8fe19fa7
No related branches found
No related tags found
No related merge requests found
......@@ -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] =
{
NULL, /* 0x2000 */
......@@ -957,7 +957,10 @@ static const char * const CCMMessageTypeNames[SPY_MAX_CCMMSGNUM + 1] =
"CCM_GETCOLORSCHEME",
"CCM_GETDROPTARGET",
"CCM_SETUNICODEFORMAT",
"CCM_GETUNICODEFORMAT"
"CCM_GETUNICODEFORMAT",
"CCM_SETVERSION",
"CCM_GETVERSION",
"CCM_SETNOTIFYWINDOW"
};
#define SPY_MAX_WINEMSGNUM 6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment