Sebastian Lackner : winex11.drv: Fix specfile entry for X11DRV_ScrollDC.
Module: wine Branch: master Commit: 7ffbd0e1f447ace03a1708ebbe32be82a48a611f URL: http://source.winehq.org/git/wine.git/?a=commit;h=7ffbd0e1f447ace03a1708ebbe... Author: Sebastian Lackner <sebastian(a)fds-team.de> Date: Sat Nov 28 06:04:04 2015 +0100 winex11.drv: Fix specfile entry for X11DRV_ScrollDC. Signed-off-by: Sebastian Lackner <sebastian(a)fds-team.de> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/winex11.drv/winex11.drv.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winex11.drv/winex11.drv.spec b/dlls/winex11.drv/winex11.drv.spec index 182b351..7cdce52 100644 --- a/dlls/winex11.drv/winex11.drv.spec +++ b/dlls/winex11.drv/winex11.drv.spec @@ -36,7 +36,7 @@ @ cdecl IsClipboardFormatAvailable(long) X11DRV_IsClipboardFormatAvailable @ cdecl MsgWaitForMultipleObjectsEx(long ptr long long long) X11DRV_MsgWaitForMultipleObjectsEx @ cdecl ReleaseDC(long long) X11DRV_ReleaseDC -@ cdecl ScrollDC(long long long) X11DRV_ScrollDC +@ cdecl ScrollDC(long long long long) X11DRV_ScrollDC @ cdecl SetClipboardData(long long long) X11DRV_SetClipboardData @ cdecl SetCapture(long long) X11DRV_SetCapture @ cdecl SetFocus(long) X11DRV_SetFocus
participants (1)
-
Alexandre Julliard