winemac: Support CFSTR_SHELLURLW (UniformResourceLocator) clipboard format, mapped to public.url.

This commit is contained in:
Ken Thomases 2013-03-26 00:48:02 -05:00 committed by Alexandre Julliard
parent 36343f520b
commit 678f086904
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ static const struct
{ wszJFIF, CFSTR("public.jpeg"), import_clipboard_data, export_clipboard_data },
{ wszPNG, CFSTR("public.png"), import_clipboard_data, export_clipboard_data },
{ wszHTMLFormat, CFSTR("public.html"), import_clipboard_data, export_clipboard_data },
{ CFSTR_SHELLURLW, CFSTR("public.url"), import_utf8_to_text, export_text_to_utf8 },
};
/* The prefix prepended to an external Mac pasteboard type to make a Win32 clipboard format name. org.winehq.mac-type. */