Commit db728b0b authored by Guy L. Albertelli's avatar Guy L. Albertelli Committed by Alexandre Julliard

Add additional CCM_ message names.

parent 8fe19fa7
...@@ -948,7 +948,7 @@ static const char * const PGMMessageTypeNames[SPY_MAX_PGMMSGNUM + 1] = ...@@ -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] = ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment