mingw32ce, CM 4.4.0-arm schannel:
```
lib/asyn-thrdd.c: In function 'gethostbyname_thread':
lib/asyn-thrdd.c:349: error: too many arguments to function 'async_thrd_cleanup'
```
Ref: https://github.com/curl/curl/actions/runs/
17158865566/job/
48682687295?pr=18039#step:9:21
Follow-up to
88fc6c491f043ed184ea2cf1a17b651427fbbbf5 #18263
Closes #18371
#pragma clang diagnostic pop
#endif
- async_thrd_cleanup(addr_ctx, 0);
+ async_thrd_cleanup(addr_ctx);
return 0;
}