On Fri, Mar 8, 2024 at 10:29 AM David Rowley <dgrowle...@gmail.com> wrote: > > On Fri, 8 Mar 2024 at 13:48, John Naylor <johncnaylo...@gmail.com> wrote: > > Now, after I get some coffee I'll look into the Windows failures. > > I had a look at this and the attached fixes the broken build on MSVC for me. > > I didn't take the time to fully understand it, but I did also try > PGDLLEXPORT and that *didn't* fix it. My guess is it's because these > are function pointer variables rather than functions.
Thanks, I was getting close to committing a hackish workaround -- this seems better!