Remove Windows *A
declarations
#9054
Labels
breaking
Implementing this issue could cause existing code to no longer compile or have different behavior.
standard library
This issue involves writing Zig code for the standard library.
Milestone
Zig has (correctly) moved away from calling the legacy
*A
versions of functions and moved onto the*W
versions (see #534). In light of that, it seems appropriate to remove these*A
declarations fromstd
.The only hesitation would be that if applications actually need these declarations that we make it easy to get them, so maybe we will want to wait for the package manager first?
The text was updated successfully, but these errors were encountered: