Skip to content
Snippets Groups Projects
Commit e02a540b authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

Fixed GetW32SysVersion16 return type.

parent 8dbffe70
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ WORD WINAPI GetWin32sInfo16(
/***********************************************************************
* GetW32SysVersion16 (W32SYS.5)
*/
void WINAPI GetW32SysVersion16(void)
WORD WINAPI GetW32SysVersion16(void)
{
return 0x100;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment