summaryrefslogtreecommitdiffstats
path: root/make/wglext.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/wglext.cfg')
-rw-r--r--make/wglext.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/wglext.cfg b/make/wglext.cfg
index 5c7537481..eedcd4d72 100644
--- a/make/wglext.cfg
+++ b/make/wglext.cfg
@@ -12,7 +12,8 @@ ProcAddressTableClassName WGLExtProcAddressTable
GetProcAddressTableExpr _context.getWGLExtProcAddressTable()
# Ignore everything that doesn't start with wgl or WGL
-Ignore ^[^wW].+
+Ignore GL_.+
+Ignore gl.+
CustomCCode #define WIN32_LEAN_AND_MEAN
CustomCCode #include <windows.h>