Ryan Liptak bc626e8b89 Make std.os.getenv always a compile error on Windows
The _environ variable that is populated when linking libc on Windows does not support Unicode keys/values (or, at least, the encoding is not necessarily UTF-8). So, for Unicode support, _wenviron would need to be used instead. However, this means that the keys/values would be encoded as UTF-16, so they would need to be converted to UTF-8 before being returned by `os.getenv`. This would require allocation which is not part of the `os.getenv` API, so `os.getenv` is not implementable on Windows even when linking libc.

Closes https://github.com/ziglang/zig/issues/8456
2023-09-17 11:05:06 -07:00
..
2023-09-08 21:46:05 +03:00
2023-09-13 18:24:59 -04:00
2023-04-22 13:09:15 +03:00
2023-08-24 22:38:47 -07:00
2023-09-02 00:18:53 +02:00
2023-06-25 14:51:03 -07:00
2023-09-08 21:47:44 +03:00
2023-06-10 20:42:30 -07:00
2023-09-13 18:24:59 -04:00
2023-08-22 13:54:14 -07:00
2023-07-07 11:57:09 -07:00