ソースを参照

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

読み込み中…
キャンセル
保存