Commit e31dd0f3 authored by Alexandre Julliard's avatar Alexandre Julliard

ole32: Use a HWND_MESSAGE window for the clipboard.

parent c85eaae4
...@@ -2098,8 +2098,7 @@ static HWND create_clipbrd_window(void) ...@@ -2098,8 +2098,7 @@ static HWND create_clipbrd_window(void)
RegisterClassExW(&class); RegisterClassExW(&class);
return CreateWindowW(clipbrd_wndclass, title, WS_POPUP | WS_CLIPSIBLINGS | WS_OVERLAPPED, return CreateWindowW(clipbrd_wndclass, title, WS_POPUP | WS_CLIPSIBLINGS | WS_OVERLAPPED,
CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, 0, 0, 0, 0, HWND_MESSAGE, NULL, hinst, 0);
NULL, NULL, hinst, 0);
} }
/********************************************************************* /*********************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment