bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 12/21] pipe_filter_ii_execute: port to OS/2 kLIBC


From: Bruno Haible
Subject: Re: [PATCH 12/21] pipe_filter_ii_execute: port to OS/2 kLIBC
Date: Mon, 01 Dec 2014 00:53:36 +0100
User-agent: KMail/4.8.5 (Linux/3.2.0-64-generic; KDE/4.8.5; x86_64; ; )

> * 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

[Prev in Thread] Current Thread [Next in Thread]