bug-guile
[Top][All Lists]
Advanced

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

Re: Win32/MinGW port


From: Kevin Ryde
Subject: Re: Win32/MinGW port
Date: Mon, 09 Oct 2006 10:46:21 +1000
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Nils Durner <address@hidden> writes:
>
> As there are no signals on Win32, I *think* it is okay to just "ifndef
> MINGW" the code.

That might be worth trying.  (But not with ifdef mingw, rather a test
for missing funcs or features.  There's already been mingw-specific
conditionals that became bogus because missing bits have since been
added to the system.)

>     #include <fcntl.h>
>     #define pipe(f) _pipe(f, 1000, _O_BINARY)

Yep, we've got that in another file.  It might be worth sticking in
_scm.h to get it everywhere.




reply via email to

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