Commit 822ab7b4 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

opengl32: Remove WINAPI on static functions where not needed.

parent cc42922e
......@@ -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,
......
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