mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Implement NtUserGetClipboardOwner
svn path=/trunk/; revision=11707
This commit is contained in:
parent
34149e19fc
commit
65708377d8
1 changed files with 1 additions and 2 deletions
|
@ -222,8 +222,7 @@ NtUserGetClipboardFormatName(UINT format, PUNICODE_STRING FormatName,
|
|||
HWND STDCALL
|
||||
NtUserGetClipboardOwner(VOID)
|
||||
{
|
||||
UNIMPLEMENTED
|
||||
return 0;
|
||||
return ClipboardWindow;
|
||||
}
|
||||
|
||||
DWORD STDCALL
|
||||
|
|
Loading…
Reference in a new issue