diff --git a/hw/xfree86/common/xf86Extensions.h b/hw/xfree86/common/xf86Extensions.h index cad86c881..7bebb1e12 100644 --- a/hw/xfree86/common/xf86Extensions.h +++ b/hw/xfree86/common/xf86Extensions.h @@ -29,8 +29,8 @@ #include "extnsionst.h" #ifdef XF86DRI -extern _X_EXPORT Bool noXFree86DRIExtension; -extern void XFree86DRIExtensionInit(void); +extern Bool noXFree86DRIExtension; +void XFree86DRIExtensionInit(void); #endif #ifdef DRI2