Skip to content

Commit

Permalink
[Rend2] Fix glext header
Browse files Browse the repository at this point in the history
Not using matching include guard from khronos, therefore it causes a conflict with system version on Linux
  • Loading branch information
ensiform committed Jun 20, 2024
1 parent 414ebc5 commit 819a980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codemp/rd-rend2/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 819a980

Please sign in to comment.