diff --git a/reactos/win32ss/user/user32/windows/defwnd.c b/reactos/win32ss/user/user32/windows/defwnd.c index 77e21894990..1c6794505fa 100644 --- a/reactos/win32ss/user/user32/windows/defwnd.c +++ b/reactos/win32ss/user/user32/windows/defwnd.c @@ -299,7 +299,9 @@ UserSendUiUpdateMsg(HWND hwnd, LPARAM lParam) return TRUE; } -/* WARNING: Redundant with /ntuser/defwnd.c!UserPaintCaption !! */ +/* WARNING: Redundant with /ntuser/defwnd.c!UserPaintCaption !! + Use TWOPARAM_ROUTINE_REDRAWTITLE or HWNDLOCK_ROUTINE_REDRAWFRAMEANDHOOK . + */ static void UserPaintCaption(PWND pwnd, INT Flags) {