gallium: replace INLINE with inline
[mesa.git] / src / gallium / winsys / sw / hgl / hgl_sw_winsys.c
index a71d2a767913d7c98acb39c3628e94ba3139c3e2..89dd5471b09ccc5ad1afb17bf168accd4d806429 100644 (file)
@@ -67,7 +67,7 @@ struct haiku_displaytarget
 
 
 // Cast
-static INLINE struct haiku_displaytarget*
+static inline struct haiku_displaytarget*
 hgl_sw_displaytarget(struct sw_displaytarget* target)
 {
        return (struct haiku_displaytarget *)target;