Allow caller to continue after NtUserOpenClipboard()

svn path=/trunk/; revision=9353
This commit is contained in:
Gé van Geldorp 2004-05-10 23:05:13 +00:00
parent 71f57b72d4
commit fc1b4d644e

View file

@ -61,7 +61,7 @@ NtUserOpenClipboard(HWND hWnd, DWORD Unknown1)
ClipboardThread = PsGetWin32Thread();
return TRUE;
#else
UNIMPLEMENTED
DPRINT1("NtUserOpenClipboard is unimplemented\n");
return FALSE;
#endif
}