From c41ccc3eaba5b6d9f647dde001a342a29837c0fc Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 14 Dec 2009 01:54:53 -0800 Subject: [PATCH] Change types to match Open Watcom 1.8. --- src/microcode/ntgui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microcode/ntgui.c b/src/microcode/ntgui.c index 25c214229..e95b20fe6 100644 --- a/src/microcode/ntgui.c +++ b/src/microcode/ntgui.c @@ -40,7 +40,7 @@ BOOL InitInstance(HANDLE, int); static SCHEME_OBJECT parse_event (SCREEN_EVENT *); int WINAPI -WinMain (HANDLE hInst, HANDLE hPrevInst, LPSTR lpCmdLine, int nCmdShow) +WinMain (HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR lpCmdLine, int nCmdShow) { int argc; char **argv; -- 2.25.1