Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.1.0 (incubating)
-
None
Description
The header file "windows.h" defines INCREF and DECREF, which collide
the short versions of LUCY_INCREF and LUCY_DECREF. In most places, we
already use the long form when windows.h has been #included, but
FSDirHandle.c had been missed, causing compilation failure under Cygwin.