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