diff options
author | Sven Gothel <[email protected]> | 2012-10-30 17:32:02 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-10-30 17:32:02 +0100 |
commit | 24d5fa1241e17f596ae93dff1656a9317daf6fb3 (patch) | |
tree | ebdac54b377cfb77dee41536c266e4f4be4fdde6 /make/config/jogl/wglext.cfg | |
parent | e5692f615a8c40e7ca750261baf5e8ecdb0a34b8 (diff) |
WGL/WGLExt Robustness: Use NIODirectOnly for all bindings. For these internal APIs, critical array is not required, hence redundant.
Diffstat (limited to 'make/config/jogl/wglext.cfg')
-rw-r--r-- | make/config/jogl/wglext.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/config/jogl/wglext.cfg b/make/config/jogl/wglext.cfg index 15986b6cf..57707d6cb 100644 --- a/make/config/jogl/wglext.cfg +++ b/make/config/jogl/wglext.cfg @@ -13,6 +13,10 @@ Include gl-desktop.cfg AllowNonGLExtensions true +# Only NIO direct function, no arrays .. +NIOOnly __ALL__ +NIODirectOnly __ALL__ + GLHeader wingdi.h GLHeader GL/wglext.h |