Skip to content

Commit

Permalink
[Shared] Use correct include guard for glext.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Razish committed Oct 30, 2019
1 parent 4fb17cf commit 6a453c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions code/rd-vanilla/glext.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef __glext_h_
#define __glext_h_ 1
#ifndef __gl_glext_h_
#define __gl_glext_h_ 1

#ifdef __cplusplus
extern "C" {
Expand Down Expand Up @@ -11767,4 +11767,4 @@ GLAPI void APIENTRY glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN (co
}
#endif

#endif
#endif
4 changes: 2 additions & 2 deletions codemp/rd-vanilla/glext.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef __glext_h_
#define __glext_h_ 1
#ifndef __gl_glext_h_
#define __gl_glext_h_ 1

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 6a453c3

Please sign in to comment.