From db728b0b7264db37eec7d3762a8bbb72bd6ddf41 Mon Sep 17 00:00:00 2001 From: "Guy L. Albertelli" Date: Tue, 26 Feb 2002 00:38:59 +0000 Subject: [PATCH] Add additional CCM_ message names. --- windows/spy.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/windows/spy.c b/windows/spy.c index 53fa8cbf372..d17f6d4352d 100644 --- a/windows/spy.c +++ b/windows/spy.c @@ -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 -- 2.11.4.GIT