Commit in reactos/subsys/win32k/ntuser on MAIN | |||
clipboard.c | +1 | -1 | 1.7 -> 1.8 |
Allow caller to continue after NtUserOpenClipboard()
diff -u -r1.7 -r1.8 --- clipboard.c 10 May 2004 17:07:18 -0000 1.7 +++ clipboard.c 10 May 2004 23:05:13 -0000 1.8 @@ -61,7 +61,7 @@
ClipboardThread = PsGetWin32Thread(); return TRUE; #else
- UNIMPLEMENTED
+ DPRINT1("NtUserOpenClipboard is unimplemented\n");
return FALSE; #endif }