Module: wine Branch: master Commit: f435963be4c62866841187d2c1a6572644235f00 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f435963be4c62866841187d2c1...
Author: Huw Davies huw@codeweavers.com Date: Fri Mar 4 12:09:19 2011 +0000
gdi32: Remove a wayward CDECL.
---
dlls/gdi32/gdi_private.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/gdi32/gdi_private.h b/dlls/gdi32/gdi_private.h index 3ed9356..f6c971d 100644 --- a/dlls/gdi32/gdi_private.h +++ b/dlls/gdi32/gdi_private.h @@ -124,7 +124,7 @@ typedef struct tagDC_FUNCS INT (CDECL *pGetPixelFormat)(PHYSDEV); UINT (CDECL *pGetSystemPaletteEntries)(PHYSDEV,UINT,UINT,LPPALETTEENTRY); BOOL (CDECL *pGetTextExtentExPoint)(PHYSDEV,LPCWSTR,INT,INT,LPINT,LPINT,LPSIZE); - BOOL (CDECL *CDECL pGetTextMetrics)(PHYSDEV,TEXTMETRICW*); + BOOL (CDECL *pGetTextMetrics)(PHYSDEV,TEXTMETRICW*); INT (CDECL *pIntersectClipRect)(PHYSDEV,INT,INT,INT,INT); BOOL (CDECL *pInvertRgn)(PHYSDEV,HRGN); BOOL (CDECL *pLineTo)(PHYSDEV,INT,INT);