libphobos: Fix misspelling of msvcUsesUCRT (PR104659)
libphobos/ChangeLog: PR d/104659 * libdruntime/config/mingw/msvc.c (init_msvc): Fix misspelling of msvcUsesUCRT.
This commit is contained in:
parent
54ef95cc4d
commit
16ced9c654
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ init_msvc (void)
|
|||
core_stdc_stderr = stderr;
|
||||
|
||||
#if __MSVCRT_VERSION__ >= 0xE00
|
||||
msvcUsedUCRT = 1;
|
||||
msvcUsesUCRT = 1;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue