mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[MSVCRT] Fix initial value of _fmode
This commit is contained in:
@@ -360,7 +360,9 @@ void msvcrt_init_args(void)
|
||||
MSVCRT__HUGE = HUGE_VAL;
|
||||
MSVCRT___setlc_active = 0;
|
||||
MSVCRT___unguarded_readlc_active = 0;
|
||||
#ifndef __REACTOS__
|
||||
MSVCRT__fmode = _O_TEXT;
|
||||
#endif
|
||||
|
||||
env_init(FALSE, FALSE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user