From: Chris Hanson Date: Mon, 14 Dec 2009 09:54:53 +0000 (-0800) Subject: Change types to match Open Watcom 1.8. X-Git-Tag: 20100708-Gtk~202 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c41ccc3eaba5b6d9f647dde001a342a29837c0fc;p=mit-scheme.git Change types to match Open Watcom 1.8. --- 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;