mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02: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:
@@ -50,7 +50,7 @@ init_msvc (void)
|
||||
core_stdc_stderr = stderr;
|
||||
|
||||
#if __MSVCRT_VERSION__ >= 0xE00
|
||||
msvcUsedUCRT = 1;
|
||||
msvcUsesUCRT = 1;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user