opengl: MSVC portability fix

Martin Fuchs martin-fuchs at gmx.net
Wed Nov 2 13:01:49 CST 2005


Changelog:
correct WINAPI position for MSVC portability


Index: dlls/opengl32/wgl.c
===================================================================
RCS file: /home/wine/wine/dlls/opengl32/wgl.c,v
retrieving revision 1.64
diff -u -p -d -r1.64 wgl.c
--- dlls/opengl32/wgl.c	25 Sep 2005 15:23:21 -0000	1.64
+++ dlls/opengl32/wgl.c	31 Oct 2005 23:20:00 -0000
@@ -582,7 +582,7 @@ static BOOL internal_wglUseFontBitmaps(H
 				       DWORD first,
 				       DWORD count,
 				       DWORD listBase,
-				       DWORD WINAPI (*GetGlyphOutline_ptr)(HDC,UINT,UINT,LPGLYPHMETRICS,DWORD,LPVOID,const MAT2*))
+				       DWORD (WINAPI *GetGlyphOutline_ptr)(HDC,UINT,UINT,LPGLYPHMETRICS,DWORD,LPVOID,const MAT2*))
 {
     /* We are running using client-side rendering fonts... */
     GLYPHMETRICS gm;




More information about the wine-patches mailing list