gdi32: Make wglCreateContextAttribsARB() static.
This commit is contained in:
parent
d442a48e2a
commit
4874d84ac1
|
@ -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 );
|
||||||
|
|
Loading…
Reference in New Issue