From c1c7c34f84e872e3be62bba13fc8b8431a622ea3 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sat, 27 Sep 2008 15:15:14 +0000 Subject: [PATCH] Add more WM_ constants --- wince/cedebug.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wince/cedebug.c b/wince/cedebug.c index 2abdec4d0..9d0537928 100644 --- a/wince/cedebug.c +++ b/wince/cedebug.c @@ -77,6 +77,9 @@ messageToStr( UINT message ) CASE_STR( WM_STYLECHANGED ); CASE_STR( WM_NOTIFYFORMAT ); CASE_STR( WM_KILLFOCUS ); + CASE_STR( WM_CTLCOLORSCROLLBAR ); + CASE_STR( WM_NCMOUSEMOVE ); + CASE_STR( SBM_SETSCROLLINFO ); default: str = ""; }