diff --git a/extra/opengl/gl/windows/windows.factor b/extra/opengl/gl/windows/windows.factor index cc59167539..8f48f60d3c 100755 --- a/extra/opengl/gl/windows/windows.factor +++ b/extra/opengl/gl/windows/windows.factor @@ -1,6 +1,6 @@ USING: kernel windows.opengl32 ; IN: opengl.gl.windows -: gl-function-context ( -- context ) wglGetCurrentContext alien-address ; inline +: gl-function-context ( -- context ) wglGetCurrentContext ; inline : gl-function-address ( name -- address ) wglGetProcAddress ; inline : gl-function-calling-convention ( -- str ) "stdcall" ; inline