From 973c1ec451d66611b3f7eb47600c76b9947b0b29 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Wed, 4 Sep 2002 22:27:04 +0000 Subject: [PATCH] enable mac ubitblt_double --- include/gr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/gr.h b/include/gr.h index 7929aaa3d..740a60a2a 100644 --- a/include/gr.h +++ b/include/gr.h @@ -1,4 +1,4 @@ -/* $Id: gr.h,v 1.14 2002-08-31 05:25:11 btb Exp $ */ +/* $Id: gr.h,v 1.15 2002-09-04 22:27:04 btb Exp $ */ /* THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO @@ -265,7 +265,7 @@ void gr_bm_upixel( grs_bitmap * bm, int x, int y, unsigned char color ); void gr_bm_ubitblt( int w, int h, int dx, int dy, int sx, int sy, grs_bitmap * src, grs_bitmap * dest); void gr_bm_ubitbltm(int w, int h, int dx, int dy, int sx, int sy, grs_bitmap * src, grs_bitmap * dest); -#ifdef MACINTOSH +#ifndef __MSDOS__ void gr_bm_ubitblt_double(int w, int h, int dx, int dy, int sx, int sy, grs_bitmap *src, grs_bitmap *dest); void gr_linear_movsd_double(ubyte *src, ubyte *dest, int num_pixels); #endif