chore(library): match stdio enum with Lean values
This commit is contained in:
parent
c67062644a
commit
ea6a4be124
1 changed files with 1 additions and 1 deletions
|
|
@ -16,8 +16,8 @@ Author: Jared Roesch
|
|||
namespace lean {
|
||||
|
||||
enum stdio {
|
||||
INHERIT,
|
||||
PIPED,
|
||||
INHERIT,
|
||||
NUL,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue