Francois Gouget : opengl32: Remove WINAPI on static functions where not needed.

Alexandre Julliard julliard at winehq.org
Wed Nov 26 07:32:23 CST 2008


Module: wine
Branch: master
Commit: 822ab7b404b24e1134273b272a73a4f459b756a3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=822ab7b404b24e1134273b272a73a4f459b756a3

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Tue Nov 25 16:42:36 2008 +0100

opengl32: Remove WINAPI on static functions where not needed.

---

 dlls/opengl32/wgl.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/opengl32/wgl.c b/dlls/opengl32/wgl.c
index a07fcf3..b73cf60 100644
--- a/dlls/opengl32/wgl.c
+++ b/dlls/opengl32/wgl.c
@@ -394,7 +394,7 @@ static void tess_callback_end(void)
 /***********************************************************************
  *		wglUseFontOutlines_common
  */
-static BOOL WINAPI wglUseFontOutlines_common(HDC hdc,
+static BOOL wglUseFontOutlines_common(HDC hdc,
                                       DWORD first,
                                       DWORD count,
                                       DWORD listBase,
@@ -560,7 +560,7 @@ error_in_list:
 
 #else /* SONAME_LIBGLU */
 
-static BOOL WINAPI wglUseFontOutlines_common(HDC hdc,
+static BOOL wglUseFontOutlines_common(HDC hdc,
                                       DWORD first,
                                       DWORD count,
                                       DWORD listBase,




More information about the wine-cvs mailing list