mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-08-03 18:26:11 -04:00

Unicode headers ends by defining the DONE symbol in a enum. It can clash with other includes. (For instance the httpd.h from apache who use `#define DONE -2`). Both project should not declare such common symbols publicly but we have to do with them anyway.