mirror of
https://github.com/reactos/wine.git
synced 2025-03-03 18:28:58 +00:00
user32: Remove a useless comment.
This commit is contained in:
parent
7615ec0700
commit
993de4d82f
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user