From 6c052fb8018d222c7b31c2a6245c2c83d90c9fb7 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sat, 23 Feb 2008 22:02:10 +0000 Subject: [PATCH] Add more message strings --- wince/cedebug.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/wince/cedebug.c b/wince/cedebug.c index b62211f4c..0ee50a1c7 100644 --- a/wince/cedebug.c +++ b/wince/cedebug.c @@ -52,6 +52,16 @@ messageToStr( UINT message ) CASE_STR( WM_DESTROY ); CASE_STR( XWWM_TIME_RQST ); CASE_STR( XWWM_PACKET_ARRIVED ); + CASE_STR( WM_DRAWITEM ); + CASE_STR( WM_NEXTDLGCTL ); + CASE_STR( WM_CTLCOLORSTATIC ); + CASE_STR( WM_CTLCOLORBTN ); + CASE_STR( WM_SETFONT ); + CASE_STR( WM_INITDIALOG ); + CASE_STR( WM_SHOWWINDOW ); + CASE_STR( WM_WINDOWPOSCHANGING ); + CASE_STR( WM_SETFOCUS ); + CASE_STR( WM_NCPAINT ); default: str = ""; }