Nils Durner <[EMAIL PROTECTED]> 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. _______________________________________________ Bug-guile mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-guile
