1
1
mirror of https://github.com/wez/wezterm.git synced 2024-08-17 10:10:23 +03:00

explicit comment about not inheriting in DuplicateHandle

This commit is contained in:
Wez Furlong 2019-05-19 10:53:51 -07:00
parent b4056f6c96
commit ca15d6da1a

View File

@ -68,7 +68,7 @@ impl OwnedHandle {
proc,
&mut duped,
0,
0,
0, // not inheritable
winapi::um::winnt::DUPLICATE_SAME_ACCESS,
)
};