opengl32: Remove WINAPI on static functions where not needed.

This commit is contained in:
Francois Gouget 2008-11-25 16:42:36 +01:00 committed by Alexandre Julliard
parent cc42922e08
commit 822ab7b404

View file

@ -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,