mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 05:44:15 +08:00
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
@ -50,7 +50,7 @@ init_msvc (void)
|
||||
core_stdc_stderr = stderr;
|
||||
|
||||
#if __MSVCRT_VERSION__ >= 0xE00
|
||||
msvcUsedUCRT = 1;
|
||||
msvcUsesUCRT = 1;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user