Skip to content
Snippets Groups Projects
Commit 3c86adab authored by Gijs Vermeulen's avatar Gijs Vermeulen Committed by Alexandre Julliard
Browse files

winemac: Cast buffer to const WCHAR* in insert_clipboard_format.

parent 12164532
No related branches found
No related tags found
No related merge requests found
......@@ -288,7 +288,7 @@ static WINE_CLIPFORMAT *insert_clipboard_format(UINT id, CFStringRef type)
}
format->type = CFStringCreateWithFormat(NULL, NULL, CFSTR("%@%S"),
registered_name_type_prefix, buffer);
registered_name_type_prefix, (const WCHAR*)buffer);
}
list_add_tail(&format_list, &format->entry);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment