Commit 993de4d8 authored by Alexandre Julliard's avatar Alexandre Julliard

user32: Remove a useless comment.

parent 7615ec07
...@@ -1110,16 +1110,6 @@ BOOL WINAPI LockWindowUpdate( HWND hwnd ) ...@@ -1110,16 +1110,6 @@ BOOL WINAPI LockWindowUpdate( HWND hwnd )
{ {
static HWND lockedWnd; 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); FIXME("(%p), partial stub!\n",hwnd);
USER_Lock(); USER_Lock();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment