Module: wine Branch: master Commit: 8dcde49a53148c56bd35f273c6a7bce7958833bb URL: http://source.winehq.org/git/wine.git/?a=commit;h=8dcde49a53148c56bd35f273c6...
Author: Rob Shearman rob@codeweavers.com Date: Thu Apr 10 12:01:59 2008 +0100
winedos: The calling convention should come after the return type in the declaration of VGA_DoShowMouse for portability.
---
dlls/winedos/vga.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/winedos/vga.c b/dlls/winedos/vga.c index d236591..26618a2 100644 --- a/dlls/winedos/vga.c +++ b/dlls/winedos/vga.c @@ -657,7 +657,7 @@ int VGA_GetWindowStart(void) * * Callback for VGA_ShowMouse. */ -static WINAPI void VGA_DoShowMouse( ULONG_PTR show ) +static void WINAPI VGA_DoShowMouse( ULONG_PTR show ) { INT rv;