On Mon, 31 Jul 2000, Gerald Pfeifer wrote:

> ...on FreeBSD 4.0:
...
> /sw/gcc-2.95.2/bin/gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -fPIC 
>-D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o dosvm.o dosvm.c
> dosvm.c: In function `DOSVM_QueueEvent':
> dosvm.c:687: `lpDosTask' undeclared (first use in this function)
> dosvm.c:687: (Each undeclared identifier is reported only once
> dosvm.c:687: for each function it appears in.)
> gmake[1]: *** [dosvm.o] Error 1
> 
> I don't know what's the best fix here, would you mind having a look?

Hmph. Despite my well intentions of providing something that should be
workable for the world outside Linux, they still get trouble...

But that world cannot have a lpDosTask right now, that one parameter
slipped past my judgement. I think the most sensible thing to do here is
to just replace lpDosTask on that line with NULL...

Reply via email to