Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.2.0 (incubating), 0.2.1 (incubating)
-
None
Description
In LUCY-167, we fixed the INCREF/DECREF symbol collisions in FSDirHandle.c,
but there were others lurking elsewhere that were missed because none of our
test systems had the necessary pattern of header file inclusion to trigger the
bug. As before, we need to swap out INCREF/DECREF for
CFISH_INCREF/CFISH_DECREF to avoid colliding with the symbols exported by
windows.h.