aboutsummaryrefslogtreecommitdiffstats
path: root/make/gl-win32.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/gl-win32.cfg')
-rw-r--r--make/gl-win32.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/gl-win32.cfg b/make/gl-win32.cfg
index 950d67320..978b624c1 100644
--- a/make/gl-win32.cfg
+++ b/make/gl-win32.cfg
@@ -8,7 +8,7 @@ Include gl-common-win32.cfg
EmitProcAddressTable true
ProcAddressTableClassName GLProcAddressTable
-ContextVariableName _context
+GetProcAddressTableExpr _context.getGLProcAddressTable()
CustomCCode #define WIN32_LEAN_AND_MEAN
CustomCCode #include <windows.h>