=cut
*/
-#ifdef _MSC_VER
+#ifdef WIN32
/* random() is non-ASCII, even if it is better than rand() */
#define random() rand()
#endif
i_img *out;
int outchans, diffchans;
int xsize, ysize;
- i_img temp;
i_clear_error();
if (im1->channels != im2->channels) {