winedos: The calling convention should come after the return type in the declaration of VGA_DoShowMouse for portability.
This commit is contained in:
parent
f07152d7b7
commit
8dcde49a53
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue