Commit 4874d84a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

gdi32: Make wglCreateContextAttribsARB() static.

parent d442a48e
...@@ -107,7 +107,7 @@ HGLRC WINAPI wglCreateContext(HDC hdc) ...@@ -107,7 +107,7 @@ HGLRC WINAPI wglCreateContext(HDC hdc)
/*********************************************************************** /***********************************************************************
* wglCreateContextAttribsARB * wglCreateContextAttribsARB
*/ */
HGLRC WINAPI wglCreateContextAttribsARB(HDC hdc, HGLRC hShareContext, const int *attributeList) static HGLRC WINAPI wglCreateContextAttribsARB(HDC hdc, HGLRC hShareContext, const int *attributeList)
{ {
HGLRC ret = 0; HGLRC ret = 0;
DC * dc = get_dc_ptr( hdc ); DC * dc = get_dc_ptr( hdc );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment