Commit 8dcde49a authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

winedos: The calling convention should come after the return type in the…

winedos: The calling convention should come after the return type in the declaration of VGA_DoShowMouse for portability.
parent f07152d7
...@@ -657,7 +657,7 @@ int VGA_GetWindowStart(void) ...@@ -657,7 +657,7 @@ int VGA_GetWindowStart(void)
* *
* Callback for VGA_ShowMouse. * Callback for VGA_ShowMouse.
*/ */
static WINAPI void VGA_DoShowMouse( ULONG_PTR show ) static void WINAPI VGA_DoShowMouse( ULONG_PTR show )
{ {
INT rv; INT rv;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment