mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
silence debug output
svn path=/trunk/; revision=28909
This commit is contained in:
parent
1c3f08d9ab
commit
4304ad2ff7
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ NtUserEmptyClipboard(VOID)
|
|||
|
||||
if (ret && ClipboardOwnerWindow)
|
||||
{
|
||||
DPRINT1("Clipboard: WM_DESTROYCLIPBOARD to %p", ClipboardOwnerWindow->hSelf);
|
||||
DPRINT("Clipboard: WM_DESTROYCLIPBOARD to %p", ClipboardOwnerWindow->hSelf);
|
||||
co_IntSendMessage( ClipboardOwnerWindow->hSelf, WM_DESTROYCLIPBOARD, 0, 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue