Getting revision number in preprocessor statement - figured
Posted: 2007-09-10T06:14:00-07:00
I would like add MagickClutImage support to Imagick. It seems like it is implemented in 6.3.5-7. How do I check for the revision in preprocessor statement?
The only place I found the revision is MagickLibVersionNumber and I see no way to use that in a preprocessor statement.
#if REVISION > 6
#endif
is my goal.
The only place I found the revision is MagickLibVersionNumber and I see no way to use that in a preprocessor statement.
#if REVISION > 6
#endif
is my goal.