aboutsummaryrefslogtreecommitdiffstats
path: root/make/gl-impl-win32.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/gl-impl-win32.cfg')
-rw-r--r--make/gl-impl-win32.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/gl-impl-win32.cfg b/make/gl-impl-win32.cfg
index caa65180e..4891bd490 100644
--- a/make/gl-impl-win32.cfg
+++ b/make/gl-impl-win32.cfg
@@ -6,8 +6,10 @@ JavaClass GL
ImplPackage net.java.games.jogl.impl.windows
ImplJavaClass WindowsGLImpl
Include gl-common-win32.cfg
+Include gl-glx-common.cfg
EmitProcAddressTable true
+ProcAddressTableClassName GLProcAddressTable
CustomCCode #define WIN32_LEAN_AND_MEAN
CustomCCode #include <windows.h>