Huw D M Davies <[EMAIL PROTECTED]> writes:

> Well for _fullpath I really don't see the problem of adding our own
> stdlib.h with include_next <stdlib.h> and the additional declarations.

Then there are 3 stdlib.h to choose from (the Windows one, the Unix
one, and the include_next one). It seems to add a lot of confusion for
very little gain.

> I'm not sure what you mean here.  Are you saying Winelib apps can't
> use Unix fd_set or Windows fd_set?   They clearly can't use both.

They can't use both, and since Wine is using the Windows definitions
they very likely cannot use the Unix ones; unless the app absolutely
never uses a single Windows API that needs the corresponding type,
which I think very unlikely for real apps. This may be viable for
fd_set, but not for things like wchar_t, or file handles.

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to