make mingw .def.in file parsing use aro's preprocessor instead of clang #17753
Labels
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
Milestone
This code converts mingw's .def.in files to .def files:
zig/src/mingw.zig
Lines 291 to 293 in 1c85b0a
zig/src/mingw.zig
Lines 348 to 375 in 1c85b0a
Instead of using clang's preprocessor, it should use Aro's.
Related:
cc @Vexu @ehaas
The text was updated successfully, but these errors were encountered: