File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -685,13 +685,13 @@ pub extern "Gdi32" fn SetPixelFormat(
685685
686686pub extern "Gdi32" fn SwapBuffers (hdc : HDC ) callconv (WINAPI ) BOOL ;
687687
688- pub extern "Opengl32" fn wglCreateContext (hdc : HDC ) callconv (( WINAPI ) ) HGLRC ;
688+ pub extern "Opengl32" fn wglCreateContext (hdc : HDC ) callconv (WINAPI ) HGLRC ;
689689
690- pub extern "Opengl32" fn wglDeleteContext (unnamedParam1 : HGLRC ) callconv (( WINAPI ) ) BOOL ;
690+ pub extern "Opengl32" fn wglDeleteContext (unnamedParam1 : HGLRC ) callconv (WINAPI ) BOOL ;
691691
692692pub extern "Opengl32" fn wglMakeCurrent (
693693 hdc : HDC ,
694694 glContext : HGLRC ,
695- ) callconv (( WINAPI ) ) BOOL ;
695+ ) callconv (WINAPI ) BOOL ;
696696
697- pub extern "Opengl32" fn wglGetProcAddress (unnamedParam1 : LPCSTR ) callconv (( WINAPI ) ) ? PROC ;
697+ pub extern "Opengl32" fn wglGetProcAddress (unnamedParam1 : LPCSTR ) callconv (WINAPI ) ? PROC ;
You can’t perform that action at this time.
0 commit comments