http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
110e66d
)
gdi32: Remove a wayward CDECL.
author
Huw Davies
<huw@codeweavers.com>
Fri, 4 Mar 2011 12:09:19 +0000
(12:09 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Fri, 4 Mar 2011 15:26:01 +0000
(16:26 +0100)
dlls/gdi32/gdi_private.h
patch
|
blob
|
blame
|
history
diff --git
a/dlls/gdi32/gdi_private.h
b/dlls/gdi32/gdi_private.h
index 3ed935604781f45a6782749595ac0089655aabc9..f6c971daa01d070ff9d838456dbbf6f105bc01c3 100644
(file)
--- 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);