diff options
author | fanquake <fanquake@gmail.com> | 2024-02-26 16:04:41 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2024-02-26 16:15:24 +0000 |
commit | 4d7d7fd123113342f09871b1a383cda1bb53d0ea (patch) | |
tree | a298e905369b129db7a2e4771ad0be7c09e80038 /src/serialize.h | |
parent | 60b6ff5ac030b65d63deda18517a6a5a02ead3b8 (diff) | |
parent | d2fe90571e98e02617682561ea82acb1e2647827 (diff) |
Merge bitcoin/bitcoin#29357: test: Drop `x` modifier in `fsbridge::fopen` call for MinGW builds
d2fe90571e98e02617682561ea82acb1e2647827 test: Drop `x` modifier in `fsbridge::fopen` call for mingw builds (Hennadii Stepanov)
Pull request description:
The MinGW-w64 toolchain links executables to the old msvcrt C Runtime Library that does not support the `x` modifier for the [`_wfopen()`](https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/fopen-wfopen?view=msvc-170) function.
Fixes https://github.com/bitcoin/bitcoin/issues/29014.
ACKs for top commit:
maflcko:
ACK d2fe90571e98e02617682561ea82acb1e2647827
fanquake:
ACK d2fe90571e98e02617682561ea82acb1e2647827 - the plan here should still be to migrate to the newer windows runtime.
Tree-SHA512: 0269b66531e58c093ecda3a3e355a20ee8274e165d7e010f8f125881b3c8d4cfe801abdca4605d81efd3b2dbe9a81896968971f6f53da7f6c6093b76b47c5bc9
Diffstat (limited to 'src/serialize.h')
0 files changed, 0 insertions, 0 deletions