Skip to content

Commit

Permalink
Minor.
Browse files Browse the repository at this point in the history
  • Loading branch information
skaslev committed Jul 8, 2017
1 parent 484ecf5 commit 93bf938
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 @@ -180,7 +180,7 @@ def write(f, b):
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
#ifdef _WIN32
#if defined(_WIN32)
#define WIN32_LEAN_AND_MEAN 1
#include <windows.h>
Expand All @@ -205,7 +205,7 @@ def write(f, b):
res = (GL3WglProc)GetProcAddress(libgl, proc);
return res;
}
#elif defined(__APPLE__) || defined(__APPLE_CC__)
#elif defined(__APPLE__)
#include <dlfcn.h>
static void *libgl;
Expand Down

0 comments on commit 93bf938

Please sign in to comment.