Freetype library makes use of #defines to configure which includes to use for the various build environments.
Problem is this style of inclusion is not supported by CIL.
Any possibility to support this style of usage in C as it is supported by all C Pre-Processors.
Where is the problem? The cilly binary (cilly.byte or cilly.native) works
on preprocessed sources, it never sees a #define (which can be a problem by
itself).