X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fio%2Fwindows%2Fhandle.cpp;h=e59de273a65ea07d3d42712f1d2394cdc0db018d;hp=2dac33fa2b531dc88db375bea661f5b991aa6a15;hb=ea8bf8f588310b0d7fd3297d74907602705bba1d;hpb=beb12b1ec35ca49512b00668b23caaead1ce8671 diff --git a/source/io/windows/handle.cpp b/source/io/windows/handle.cpp index 2dac33f..e59de27 100644 --- a/source/io/windows/handle.cpp +++ b/source/io/windows/handle.cpp @@ -9,6 +9,10 @@ void sys_set_blocking(Handle &, bool) { } +void sys_set_inherit(Handle &, bool) +{ +} + unsigned sys_read(Handle &handle, char *buf, unsigned size) { DWORD ret;