1
Fork 0

[stdio][windows] Use MBTWC and WCTMB

This commit is contained in:
Nicole Mazzuca 2023-01-19 23:21:21 -08:00
parent 07c993eba8
commit 7f25580512
3 changed files with 78 additions and 29 deletions

View file

@ -232,6 +232,7 @@
all(target_vendor = "fortanix", target_env = "sgx"),
feature(slice_index_methods, coerce_unsized, sgx_platform)
)]
#![cfg_attr(windows, feature(round_char_boundary))]
//
// Language features:
#![feature(alloc_error_handler)]