For the _WIN32 macro, it is the definedness that matters rather than
the value. Most uses already rely on the definedness; this commit
fixes the few remaining uses that relied on the value.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM