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/hello.c b/libtest/hello.c index a897e94..41036cb 100644 --- a/libtest/hello.c +++ b/libtest/hello.c
@@ -4,7 +4,7 @@ long FAR PASCAL WndProc(HWND, UINT, WPARAM, LPARAM); -int PASCAL WinMain (HANDLE hInstance, HANDLE hPrevInst, LPSTR lpszCmdLine, +int PASCAL WinMain (HINSTANCE hInstance, HINSTANCE hPrevInst, LPSTR lpszCmdLine, int nCmdShow) { HWND hwnd;