From 1f696d9a22afa6503d065388a849c8707d1ac409 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 6 Nov 1995 10:06:24 +0000 Subject: [PATCH] Patch for EMX/GCC. --- v7/src/microcode/os2pm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.25.1