NTElapsedTime(void),
NTUserTime(void);
-extern MagickExport int
- Exit(int),
+extern int
#if !defined(__MINGW32__)
- gettimeofday(struct timeval *,struct timezone *),
+ gettimeofday(struct timeval *,struct timezone *);
#endif
+
+extern MagickExport int
+ Exit(int),
IsWindows95(),
NTCloseDirectory(DIR *),
NTCloseLibrary(void *),
#include <MagickCore/color.h>
#include <MagickCore/image.h>
+#undef index
+
static inline Quantum GetPixelAlpha(const Image *image,const Quantum *pixel)
{
return(pixel[image->channel_map[AlphaPixelChannel].channel]);
#include <MagickCore/constitute.h>
#define MaxPixelChannels 32
+#undef index
typedef enum
{