Date: Wed, 2 Feb 94 14:35:21 -0500 From: DJ Delorie To: fb33 AT rummelplatz DOT uni-mannheim DOT de Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: finfirst(..), findnext(..) These particular functions are simulated in go32 due to the fact that gcc, at the time, didn't know how to pack structures. In theory, you could reimplement these with _go32_dpmi_* and a packed structure and get some significant improvements in performance.