commit | 28fc36d38c4c22e98d53f47ba09f785d608ea496 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@psn.net> | Sun Jul 23 19:32:11 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Jul 23 19:32:11 2000 +0000 |
tree | 5e64be55a8ca676a080c54ca1b78673e3c5325e0 | |
parent | 49d251ff3031f8ee027f9d99d8b74d46c22da113 [diff] [blame] |
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;