Fixed WinMain's signature.

diff --git a/libtest/hello4.c b/libtest/hello4.c
index 08e5ff7..6e247cb 100644
--- a/libtest/hello4.c
+++ b/libtest/hello4.c
@@ -99,7 +99,7 @@
     return 0l;
 }
 
-int PASCAL WinMain (HANDLE inst, HANDLE prev, LPSTR cmdline, int show)
+int PASCAL WinMain (HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show)
 {
     HWND     wnd,wnd2;
     MSG      msg;