Re: [libmicrohttpd] Feature request: ARM support for windows builds

2023-04-25 Thread Evgeny Grin
Hi Antonis, I'll update W32 files to properly support ARM and ARM64 targets. Your patches are not fully correct and works only for DLL and ARM64. Static ARM version may fail. -- Evgeny On 25.04.2023 5:57, Antonis Matakos wrote: Hi, We have been using the microhttpd library as one of our dep

Re: [libmicrohttpd] Feature request: ARM support for windows builds

2023-04-25 Thread Antonis Matakos
Evgeny, Thank you for the response. I created that patch with the intent to minimally "fix" the VCPKG port, so I'm sure there were things missing from there. Thank you for taking a look into it and being willing to provide ARM support. I tested the static builds by adding the _M_ARM64 macro but th