gallium: replace INLINE with inline
[mesa.git] / src / gallium / state_trackers / wgl / stw_st.c
index 0a9116cbb7382c51c32b6a82cf9168436050ac73..b41171a9195b12da38201cb2f663b31a05bae443 100644 (file)
@@ -46,7 +46,7 @@ struct stw_st_framebuffer {
    unsigned texture_mask;
 };
 
-static INLINE struct stw_st_framebuffer *
+static inline struct stw_st_framebuffer *
 stw_st_framebuffer(struct st_framebuffer_iface *stfb)
 {
    return (struct stw_st_framebuffer *) stfb;