From: Chris Hanson Date: Mon, 6 Nov 1995 10:06:24 +0000 (+0000) Subject: Patch for EMX/GCC. X-Git-Tag: 20090517-FFI~5758 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1f696d9a22afa6503d065388a849c8707d1ac409;p=mit-scheme.git Patch for EMX/GCC. --- diff --git a/v7/src/microcode/os2pm.c b/v7/src/microcode/os2pm.c index b1249c6c2..fde81b189 100644 --- a/v7/src/microcode/os2pm.c +++ b/v7/src/microcode/os2pm.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: os2pm.c,v 1.26 1995/11/04 02:40:23 cph Exp $ +$Id: os2pm.c,v 1.27 1995/11/06 10:06:24 cph Exp $ Copyright (c) 1994-95 Massachusetts Institute of Technology @@ -1966,7 +1966,7 @@ menu_destroy (qid_t qid, HWND menu) static USHORT menu_insert_item (qid_t qid, HWND menu, USHORT position, USHORT style, - USHORT attributes, USHORT id, HWND submenu, PSZ text) + USHORT attributes, USHORT id, HWND submenu, char * text) { MENUITEM item; (item . iPosition) = position;