diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/gl-common.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/make/gl-common.cfg b/make/gl-common.cfg index 2bc4bbd6e..6d09f2388 100644 --- a/make/gl-common.cfg +++ b/make/gl-common.cfg @@ -90,8 +90,6 @@ Ignore wglCreateBufferRegionARB Ignore wglDeleteBufferRegionARB Ignore wglSaveBufferRegionARB Ignore wglRestoreBufferRegionARB -# WGL_ARB_extensions_string -Ignore wglGetExtensionsStringARB Ignore wglGetSyncValuesOML Ignore wglGetMscRateOML Ignore wglSwapBuffersMscOML @@ -333,6 +331,7 @@ CustomJavaCode GL public java.nio.ByteBuffer glAllocateMemoryNV(int arg0, floa # Directives needed when processing wglext.h on Windows and other platforms # Opaque boolean BOOL +ReturnsString wglGetExtensionsStringARB ReturnsString wglGetExtensionsStringEXT Opaque long HANDLE Opaque long HBITMAP |