winedos: The calling convention should come after the return type in the declaration of VGA_DoShowMouse for portability.

This commit is contained in:
Rob Shearman 2008-04-10 12:01:59 +01:00 committed by Alexandre Julliard
parent f07152d7b7
commit 8dcde49a53
1 changed files with 1 additions and 1 deletions

View File

@ -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;