[ros-diffs] [sedwards] 12817: Make NtUserSetClipboardViewer return
something that applications can deal with. This makes the
vncviewer qusi-work.
sedwards at svn.reactos.com
sedwards at svn.reactos.com
Wed Jan 5 05:16:25 CET 2005
Make NtUserSetClipboardViewer return something that applications can
deal with. This makes the vncviewer qusi-work.
Modified: trunk/reactos/subsys/win32k/ntuser/clipboard.c
_____
Modified: trunk/reactos/subsys/win32k/ntuser/clipboard.c
--- trunk/reactos/subsys/win32k/ntuser/clipboard.c 2005-01-05
03:47:55 UTC (rev 12816)
+++ trunk/reactos/subsys/win32k/ntuser/clipboard.c 2005-01-05
04:16:23 UTC (rev 12817)
@@ -308,8 +308,9 @@
HWND STDCALL
NtUserSetClipboardViewer(HWND hWndNewViewer)
{
- UNIMPLEMENTED
- return 0;
+ HWND hwndPrev = 0;
+ DbgPrint("NtUserSetClipboardViewer is UNIMPLEMENTED (%p): returning
%p\n", hWndNewViewer, hwndPrev);
+ return hwndPrev;
}
/* EOF */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050105/742f3a11/attachment.html
More information about the Ros-diffs
mailing list