Hi Collin,

> I have chosen the lazy option and just disabled the tests. From my quick
> search I don't see it used as a function pointer and 32-bit Windows
> doesn't seem worth the effort.
> 
> Pushed the attached patch to disable the tests there and document the
> declaration.

Thanks. This will fix the CI builds.

But should this condition

  #if defined _WIN64 && !defined __CYGWIN__

not better be

  #if !(defined _WIN32 && !defined _WIN64 && !defined __CYGWIN__)

?

Bruno




Reply via email to