> * lib/pipe-filter-ii.c (start_wrapper, _beginthreadex, CloseHandle,
> WaiForSingleObject, WaitForMultipleObjects): New on OS/2 kLIBC.

Since you make use of these functions in w32spawn.h, their implementation
does not belong in pipe-filter-ii.c, but rather in some other .c file,
say w32-on-os2.c.

> * lib/w32spawn.h: Do not include windows.h on OS/2 kLIBC.

And here, you would need to #include "w32-on-os2.h", so that w32spawn.h
can be included from anywhere.

Bruno


Reply via email to