Roy Reapor
2011-10-04 01:22:08 UTC
Hello,
Where can I submit a request to include windows related (nt-*) header files in MagickCore.h? A conditional include might be worthwhile. Thanks.
#if defined (MAGICKCORE_WINDOWS_SUPPORT)
#include "magick/nt-feature.h"
#endif
#include "magick/option.h"
Where can I submit a request to include windows related (nt-*) header files in MagickCore.h? A conditional include might be worthwhile. Thanks.
--snip--<
#include "magick/morphology.h"#if defined (MAGICKCORE_WINDOWS_SUPPORT)
#include "magick/nt-feature.h"
#endif
#include "magick/option.h"
--snip--<
-Roy