mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:33:07 +00:00
Allow caller to continue after NtUserOpenClipboard()
svn path=/trunk/; revision=9353
This commit is contained in:
parent
71f57b72d4
commit
fc1b4d644e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ NtUserOpenClipboard(HWND hWnd, DWORD Unknown1)
|
||||||
ClipboardThread = PsGetWin32Thread();
|
ClipboardThread = PsGetWin32Thread();
|
||||||
return TRUE;
|
return TRUE;
|
||||||
#else
|
#else
|
||||||
UNIMPLEMENTED
|
DPRINT1("NtUserOpenClipboard is unimplemented\n");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue