浏览代码

mesa: move #include of mtypes.h outside __cplusplus check

Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
tags/10.5-branchpoint
Brian Paul 11 年前
父节点
当前提交
7b0aefaf74
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1
    2
      src/mesa/main/errors.h

+ 1
- 2
src/mesa/main/errors.h 查看文件

@@ -38,14 +38,13 @@

#include "compiler.h"
#include "glheader.h"
#include "mtypes.h"


#ifdef __cplusplus
extern "C" {
#endif

#include "mtypes.h"

struct _glapi_table;

extern void

正在加载...
取消
保存