diff options
Diffstat (limited to 'make/config/jogl/wglext.cfg')
-rw-r--r-- | make/config/jogl/wglext.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config/jogl/wglext.cfg b/make/config/jogl/wglext.cfg index 6b5815fdf..4c0061372 100644 --- a/make/config/jogl/wglext.cfg +++ b/make/config/jogl/wglext.cfg @@ -18,6 +18,7 @@ NIOOnly __ALL__ NIODirectOnly __ALL__ GLSemHeader wingdi.h +GLSemHeader gl-types.h GLSemHeader GL/wglext.h EmitProcAddressTable true @@ -35,7 +36,6 @@ Include glx-headers.cfg # JSR-239 NIO subset (remove once we have Java SE classes running on CVM) # Inform the glue code generator of the association between #defines # and functions and the extensions in which they are defined -GLSemHeader GL/wglext.h IgnoreExtension WGL_OML_sync_control IgnoreExtension WGL_NV_gpu_affinity |