mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Allow caller to continue after NtUserOpenClipboard()
svn path=/trunk/; revision=9353
This commit is contained in:
@@ -61,7 +61,7 @@ NtUserOpenClipboard(HWND hWnd, DWORD Unknown1)
|
||||
ClipboardThread = PsGetWin32Thread();
|
||||
return TRUE;
|
||||
#else
|
||||
UNIMPLEMENTED
|
||||
DPRINT1("NtUserOpenClipboard is unimplemented\n");
|
||||
return FALSE;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user