about summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows/api/tests.rs
AgeCommit message (Collapse)AuthorLines
2024-04-09Add const UTF-8 to UTF-16 conversion macrosChris Denton-0/+16
`wide_str!` creates a null terminated UTF-16 string whereas `utf16!` just creates a UTF-16 string without adding a null.