1.6.6
version 1.6.6:
- Remove unused variables, avoiding compiler warning.
- Reorder cases in libics_top.c to match enum order.
- Prevent a NULL pointer dereference on ICS syntax error, instead return an Ics error.
- Replace fseek by _fseeki64() on Windows (64-bit safe). Based on a patch submitted by Patrick Steele at Bitplane.
- For reference, add #define lines for possible values as used by SVI Huygens (sensor types, STED depletion modes, SPIM excitation types, scatter models, reliability levels).