mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Make NtUserSetClipboardViewer return something that applications can deal with. This makes the vncviewer qusi-work.
svn path=/trunk/; revision=12817
This commit is contained in:
@@ -308,8 +308,9 @@ NtUserSetClipboardData(UINT uFormat, HANDLE hMem, DWORD Unknown2)
|
||||
HWND STDCALL
|
||||
NtUserSetClipboardViewer(HWND hWndNewViewer)
|
||||
{
|
||||
UNIMPLEMENTED
|
||||
return 0;
|
||||
HWND hwndPrev = 0;
|
||||
DbgPrint("NtUserSetClipboardViewer is UNIMPLEMENTED (%p): returning %p\n", hWndNewViewer, hwndPrev);
|
||||
return hwndPrev;
|
||||
}
|
||||
|
||||
/* EOF */
|
||||
|
||||
Reference in New Issue
Block a user