x11drv: fix spec file

Huw D M Davies h.davies1 at physics.ox.ac.uk
Wed Apr 13 08:18:30 CDT 2005


        Huw Davies <huw at codeweavers.com>
        RegisterClipboardFormat takes a unicode string.
-- 
Huw Davies
huw at codeweavers.com
Index: dlls/x11drv/x11drv.spec
===================================================================
RCS file: /home/wine/wine/dlls/x11drv/x11drv.spec,v
retrieving revision 1.65
diff -u -p -r1.65 x11drv.spec
--- dlls/x11drv/x11drv.spec	30 Mar 2005 10:28:58 -0000	1.65
+++ dlls/x11drv/x11drv.spec	13 Apr 2005 13:15:38 -0000
@@ -95,7 +95,7 @@
 @ cdecl GetDCEx(long long long) X11DRV_GetDCEx
 @ cdecl IsClipboardFormatAvailable(long) X11DRV_IsClipboardFormatAvailable
 @ cdecl MsgWaitForMultipleObjectsEx(long ptr long long long) X11DRV_MsgWaitForMultipleObjectsEx
-@ cdecl RegisterClipboardFormat(str) X11DRV_RegisterClipboardFormat
+@ cdecl RegisterClipboardFormat(wstr) X11DRV_RegisterClipboardFormat
 @ cdecl ReleaseDC(long long long) X11DRV_ReleaseDC
 @ cdecl ResetSelectionOwner(long long) X11DRV_ResetSelectionOwner
 @ cdecl ScrollDC(long long long ptr ptr long ptr) X11DRV_ScrollDC



More information about the wine-patches mailing list