Hi Mikkel, On Sat, Mar 8, 2014 at 12:04 PM, Mikkel Kroman <[email protected]> wrote: > That's very interesting -- I assumed that _get_osfhandle would simply return > a valid file descriptor for a given handle, with no need to open it first.
It's the other way around, this function is to "get os file handle" given a file descriptor. > Using _open_osfhandle worked! Glad I could help! :) Best regards, Alexey. _______________________________________________ libev mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev
