On Thu, Dec 2, 2021 at 3:11 AM Daniel Gustafsson <dan...@yesql.se> wrote: > > On 3 Nov 2021, at 12:02, Daniel Gustafsson <dan...@yesql.se> wrote: > > > > This patch doesn't compile on Windows according to Appveyor, seemingly > > because > > of a syntax error in the new win32ntdll.h file, but the MSVC logs are hard > > on > > the eye so it might be unrelated. > > As the thread has stalled with a patch that doesn't apply, I'm marking this > patch Returned with Feedback. Please feel free to resubmit when a new patch > is > ready.
I think this was broken by WIN32_LEAN_AND_MEAN (and since gained a merge conflict, but that's easy to fix). I'll try to figure out the right system header hacks to unbreak it...