At 10:37 PM 2/8/2002 +0100, Mattia Barbon wrote: > > FYI: On interp init I already grab the standard handles (io_win32.c) so you > > could reuse the value for stderr. It might make sense to make the low level > > handle values extern so other modules can use them. Let me know and > > I'll put a patch in for it. >I don't know if it is a good idea to expose the low-level handles to other >modules.
Maybe, except its the same handle you get from GetStdhandle() Win32 call. Anyway, its a minor issue. -Melvin