| ... | @@ -529,6 +529,7 @@ pub fn hasNonEmptyEnvVar(allocator: Allocator, key: []const u8) HasEnvVarError!b | ... | @@ -529,6 +529,7 @@ pub fn hasNonEmptyEnvVar(allocator: Allocator, key: []const u8) HasEnvVarError!b |
| 529 | } | 529 | } |
| 530 | | 530 | |
| 531 | /// Windows-only. Get an environment variable with a null-terminated, WTF-16 encoded name. | 531 | /// Windows-only. Get an environment variable with a null-terminated, WTF-16 encoded name. |
| | 532 | /// The returned slice points to memory in the PEB. |
| 532 | /// | 533 | /// |
| 533 | /// This function performs a Unicode-aware case-insensitive lookup using RtlEqualUnicodeString. | 534 | /// This function performs a Unicode-aware case-insensitive lookup using RtlEqualUnicodeString. |
| 534 | /// | 535 | /// |