We’ve already used it unguarded in httpserver.cpp
for years, with no build issues.
Doesn’t touch the usage in wallet/bdb.cpp. See #26832.
We've already used it unguarded in `httpserver.cpp` for years, with no
build issues.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
See the guideline for information on the review process. A summary of reviews will appear here.
don’t avoid sys/types.h on when building for Windows
Do Windows builds require any symbols from <sys/types.h>
? If not, why churn the code?
But this change does not remove per-platform conditionals.
Yea, that’s because this is a step towards doing so.
Labels
Refactoring