viewport.c
changeset 500 ef288590e096
parent 497 2d6d31173813
child 507 8aa8100b0b22
--- a/viewport.c	Wed Nov 24 12:47:25 2004 +0000
+++ b/viewport.c	Wed Nov 24 13:19:48 2004 +0000
@@ -1227,7 +1227,7 @@
 	}
 }
 
-static void INLINE ViewportDraw(ViewPort *vp, int left, int top, int right, int bottom)
+static inline void ViewportDraw(ViewPort *vp, int left, int top, int right, int bottom)
 {
 	int t;