]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/opengl/gl/windows/windows.factor
factor: rename files that are not loadable on mac, too
[factor.git] / basis / opengl / gl / windows / windows.factor
index eda1e3178e7cbe08b84ea251d196eb22ada91e94..ba3f1026522f795c6c6d55b4200bf1415b6a5f33 100644 (file)
@@ -3,8 +3,8 @@ IN: opengl.gl.windows
 
 LIBRARY: gl
 
-FUNCTION: HGLRC wglGetCurrentContext ( ) ;
-FUNCTION: void* wglGetProcAddress ( c-string name ) ;
+FUNCTION: HGLRC wglGetCurrentContext ( )
+FUNCTION: void* wglGetProcAddress ( c-string name )
 
 : gl-function-context ( -- context ) wglGetCurrentContext ; inline
 : gl-function-address ( name -- address ) wglGetProcAddress ; inline