Date: Mon, 16 Dec 1996 13:53:56 +0200 (IST) From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> To: Bill Davidson <bdavidson AT ra DOT isisnet DOT com>, Hartmut Schirmer <hsc AT techfak DOT uni-kiel DOT de> cc: djgpp AT delorie DOT com Subject: Re: Warning compiling bcc2grx In-Reply-To: <58tnvl$399$3@thor.atcon.com> Message-ID: <Pine.SUN.3.91.961216134927.18314C-100000@is> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sat, 14 Dec 1996, Bill Davidson wrote: > However the compilation produced the same warning. Any ideas why? You should #include <go32.h>, since _go32_dpmi_simulate_int is now just a macro, an alias for a new v2 function (with a much longer name, so I don't reproduce it here).