From cdb76f76457c170cc61f040aea1a48517488cb46 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 30 May 2012 14:40:29 +0200 Subject: Update filesthatshouldbethesame.py and synchronised files --- xorg-server/glx/dispatch.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xorg-server') diff --git a/xorg-server/glx/dispatch.h b/xorg-server/glx/dispatch.h index 7ba5334ce..d78ce73c6 100644 --- a/xorg-server/glx/dispatch.h +++ b/xorg-server/glx/dispatch.h @@ -48,8 +48,10 @@ #endif #ifdef _MSC_VER +#ifndef INLINE #define INLINE __inline #endif +#endif #define CALL_by_offset(disp, cast, offset, parameters) \ (*(cast (GET_by_offset(disp, offset)))) parameters #define GET_by_offset(disp, offset) \ -- cgit v1.2.3