Alexandre Julliard : user32: Remove a useless comment.
Module: wine Branch: master Commit: 993de4d82f910258fd2a36b4b7bef4af741e1012 URL: http://source.winehq.org/git/wine.git/?a=commit;h=993de4d82f910258fd2a36b4b7... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Jan 6 09:54:35 2010 +0100 user32: Remove a useless comment. --- dlls/user32/painting.c | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/dlls/user32/painting.c b/dlls/user32/painting.c index 883b0c1..cde642c 100644 --- a/dlls/user32/painting.c +++ b/dlls/user32/painting.c @@ -1110,16 +1110,6 @@ BOOL WINAPI LockWindowUpdate( HWND hwnd ) { static HWND lockedWnd; - /* This function is fully implemented by the following patch: - * - * http://www.winehq.org/hypermail/wine-patches/2004/01/0142.html - * - * but in order to work properly, it needs the ability to invalidate - * DCEs in other processes when the lock window is changed, which - * isn't possible yet. - * -mike - */ - FIXME("(%p), partial stub!\n",hwnd); USER_Lock();
participants (1)
-
Alexandre Julliard