Commit 13aa17a
Fix CI: gate iovec_entry_test struct iovec bridge on !_WIN32
Same MSYS2/mingw constraint as iovec_response.cpp / body.cpp: no
<sys/uio.h>, so the POSIX struct iovec reinterpret_cast bridge test
must be gated. The MHD_IoVec bridge test below it covers the actual
production cast on every platform and stays unconditional.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 098759d commit 13aa17a
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
76 | 82 | | |
77 | 83 | | |
78 | 84 | | |
| |||
87 | 93 | | |
88 | 94 | | |
89 | 95 | | |
| 96 | + | |
90 | 97 | | |
91 | 98 | | |
92 | 99 | | |
| |||
0 commit comments