diff options
Diffstat (limited to 'make/config/jogl/wgl-win32.cfg')
-rw-r--r-- | make/config/jogl/wgl-win32.cfg | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/make/config/jogl/wgl-win32.cfg b/make/config/jogl/wgl-win32.cfg index 435cab0a0..c5c6db0db 100644 --- a/make/config/jogl/wgl-win32.cfg +++ b/make/config/jogl/wgl-win32.cfg @@ -12,8 +12,8 @@ Include gl-common.cfg Include gl-common-extensions.cfg Include gl-desktop.cfg -GLHeader wingdi.h -GLHeader GL/wglext.h +GLSemHeader wingdi.h +GLSemHeader GL/wglext.h ForceProcAddressGen __ALL__ LocalProcAddressCallingConvention __ALL__ APIENTRY @@ -42,10 +42,9 @@ ArgumentIsString wglGetProcAddress 0 CustomCCode #define WIN32_LEAN_AND_MEAN CustomCCode #include <windows.h> CustomCCode #undef WIN32_LEAN_AND_MEAN - CustomCCode #include <gluegen_stdint.h> +CustomCCode #include <gluegen_stddef.h> CustomCCode #include <wingdi.h> -CustomCCode #include <stddef.h> DropUniqVendorExtensions AMD # We need GL_APPLE_float_pixels for our pbuffer implementation |