gdi32: Make wglCreateContextAttribsARB() static.

Francois Gouget fgouget at free.fr
Tue Nov 24 04:02:14 CST 2009


---
 dlls/gdi32/opengl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/gdi32/opengl.c b/dlls/gdi32/opengl.c
index 0be4037..9193fc5 100644
--- a/dlls/gdi32/opengl.c
+++ b/dlls/gdi32/opengl.c
@@ -107,7 +107,7 @@ HGLRC WINAPI wglCreateContext(HDC hdc)
 /***********************************************************************
  *      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;
     DC * dc = get_dc_ptr( hdc );
-- 
1.6.5




More information about the wine-patches mailing list