Patch for EMX/GCC.
authorChris Hanson <org/chris-hanson/cph>
Mon, 6 Nov 1995 10:06:24 +0000 (10:06 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 6 Nov 1995 10:06:24 +0000 (10:06 +0000)
v7/src/microcode/os2pm.c

index b1249c6c295450e269b281f5b150c7c6c1aca7c0..fde81b18911ce89f373edf4c403a45957f54d048 100644 (file)
@@ -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;