mesa: Avoid using c++ keyword in dri_util.h when compiled with c++.
This commit is contained in:
@@ -513,7 +513,11 @@ struct __DRIscreenRec {
|
||||
*
|
||||
* This pointer is never touched by the DRI layer.
|
||||
*/
|
||||
#ifdef __cplusplus
|
||||
void *priv;
|
||||
#else
|
||||
void *private;
|
||||
#endif
|
||||
|
||||
/* Extensions provided by the loader. */
|
||||
const __DRIgetDrawableInfoExtension *getDrawableInfo;
|
||||
|
||||
Reference in New Issue
Block a user