Module: wine
Branch: master
Commit: 8b75e66a5b27082610725553e048da2c079b79d8
URL: http://source.winehq.org/git/wine.git/?a=commit;h=8b75e66a5b27082610725553e…
Author: Ken Thomases <ken(a)codeweavers.com>
Date: Sun Oct 23 13:03:25 2016 -0500
winemac: Don't export/import CF_TEXT or CF_OEMTEXT to/from Mac-native data types.
The relevant Mac-native types, public.utf16-plain-text and public.utf8-plain-text,
are handled by CF_UNICODETEXT and user32 handles the synthesis of CF_TEXT and
CF_OEMTEXT from that.
CF_TEXT and CF_OEMTEXT are still exported and imported with a Wine-specific
type to preserve cross-prefix copy/paste fidelity.
Signed-off-by: Ken Thomases <ken(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/winemac.drv/clipboard.c | 275 +++++++++----------------------------------
1 file changed, 55 insertions(+), 220 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=8b75e66a5b27082610725…