diff --git a/dlls/riched20/editor.c b/dlls/riched20/editor.c index 33310a1..340faca 100644 --- a/dlls/riched20/editor.c +++ b/dlls/riched20/editor.c @@ -1995,7 +1995,7 @@ static BOOL ME_Paste(ME_TextEditor *editor) else return FALSE; - if (!OpenClipboard(editor->hWnd)) + if (!OpenClipboard(NULL)) return FALSE; gds.hData = GetClipboardData(cf); gds.nLength = 0;