Skip to content

Commit

Permalink
Make OS X local state static.
Browse files Browse the repository at this point in the history
  • Loading branch information
Slavomir Kaslev committed Jul 7, 2017
1 parent 70b1183 commit de90003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gl3w_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ def write(f, b):
#elif defined(__APPLE__) || defined(__APPLE_CC__)
#include <Carbon/Carbon.h>
CFBundleRef bundle;
CFURLRef bundleURL;
static CFBundleRef bundle;
static CFURLRef bundleURL;
static void open_libgl(void)
{
Expand Down

0 comments on commit de90003

Please sign in to comment.