mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
xmesa: do not wrap header inclusion in extern "C"
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
2af3a0ca6f
commit
cf215d92f6
1 changed files with 4 additions and 4 deletions
|
|
@ -64,15 +64,15 @@ and create a window, you must do the following to use the X/Mesa interface:
|
|||
#ifndef XMESA_H
|
||||
#define XMESA_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
#include "xmesa_x.h"
|
||||
#include "GL/gl.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define XMESA_MAJOR_VERSION 6
|
||||
#define XMESA_MINOR_VERSION 3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue