Skip to content

Commit

Permalink
Merge pull request #111 from barbudreadmon/patch-2
Browse files Browse the repository at this point in the history
Allow "private" gl symbol loader
  • Loading branch information
inactive123 committed Mar 22, 2019
2 parents b506f65 + eec3dd1 commit 5cd0721
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/glsym/glsym.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@
#endif
#endif

#ifdef HAVE_GLSYM_PRIVATE
#include "glsym_private.h"
#endif

#endif

0 comments on commit 5cd0721

Please sign in to comment.