MagickStat 412 magick/studio.h # define MagickStat(path,stat_buff) _stati64(path,/* struct _stati64 */ stat_buff) MagickStat 418 magick/studio.h # define MagickStat(path,stat_buff) stat(path,stat_buff)