Commit 2e56a912 authored by Alexandre Julliard's avatar Alexandre Julliard

user32: SetLayeredWindowAttributes is no longer a stub.

parent 5c9ddc55
......@@ -3682,7 +3682,7 @@ BOOL WINAPI SetLayeredWindowAttributes( HWND hwnd, COLORREF key, BYTE alpha, DWO
{
BOOL ret;
TRACE("(%p,%08x,%d,%x): stub!\n", hwnd, key, alpha, flags);
TRACE("(%p,%08x,%d,%x)\n", hwnd, key, alpha, flags);
SERVER_START_REQ( set_window_layered_info )
{
......
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