commit | e02a540bf64f8a921ccb22276662da99a3771ae2 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Sat Jul 24 10:28:37 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jul 24 10:28:37 1999 +0000 |
tree | 22e33c0e74db9820c4677d8878e58513c0465cac | |
parent | 8dbffe70fbee3e52b9358a5bde40507e84d1957f [diff] [blame] |
Fixed GetW32SysVersion16 return type.
diff --git a/misc/w32sys.c b/misc/w32sys.c index b887456..c2f6b81 100644 --- a/misc/w32sys.c +++ b/misc/w32sys.c
@@ -27,7 +27,7 @@ /*********************************************************************** * GetW32SysVersion16 (W32SYS.5) */ -void WINAPI GetW32SysVersion16(void) +WORD WINAPI GetW32SysVersion16(void) { return 0x100; }