projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
094a80d
)
vbo: s/_API_NOOP_H/VBO_NOOP_H/ in vbo_noop.h
author
Brian Paul
<brianp@vmware.com>
Sat, 20 Jan 2018 04:14:49 +0000
(21:14 -0700)
committer
Brian Paul
<brianp@vmware.com>
Mon, 29 Jan 2018 15:35:14 +0000
(08:35 -0700)
Reviewed-by: Mathias Fröhlich <mathias.froehlich@web.de>
src/mesa/vbo/vbo_noop.h
patch
|
blob
|
history
diff --git
a/src/mesa/vbo/vbo_noop.h
b/src/mesa/vbo/vbo_noop.h
index f61cd5136da1efe74e44d35ab780225f6f69cc93..8aa17ce9edec2d7e6375c566c6b85e667935483a 100644
(file)
--- a/
src/mesa/vbo/vbo_noop.h
+++ b/
src/mesa/vbo/vbo_noop.h
@@
-23,8
+23,8
@@
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#ifndef
_API
_NOOP_H
-#define
_API
_NOOP_H
+#ifndef
VBO
_NOOP_H
+#define
VBO
_NOOP_H
#include "main/mtypes.h"
@@
-37,4
+37,4
@@
extern GLboolean
_mesa_using_noop_vtxfmt(const struct _glapi_table *dispatch);
-#endif /*
_API
_NOOP_H */
+#endif /*
VBO
_NOOP_H */