Commit a411f25d authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

gdi32/user32: Make __wine_make_gdi_object_system CDECL.

parent 768160e9
......@@ -442,7 +442,7 @@ static const struct DefaultFontInfo default_fonts[] =
* For a description of the GDI object magics and their flags,
* see "Undocumented Windows" (wrong about the OBJECT_NOSYSTEM flag, though).
*/
void __wine_make_gdi_object_system( HGDIOBJ handle, BOOL set)
void CDECL __wine_make_gdi_object_system( HGDIOBJ handle, BOOL set)
{
GDIOBJHDR *ptr = GDI_GetObjPtr( handle, MAGIC_DONTCARE );
......
......@@ -368,7 +368,7 @@ static const WORD wPattern55AA[] = { 0x5555, 0xaaaa, 0x5555, 0xaaaa, 0x5555, 0xa
HBRUSH SYSCOLOR_55AABrush = 0;
extern void __wine_make_gdi_object_system( HGDIOBJ handle, BOOL set );
extern void CDECL __wine_make_gdi_object_system( HGDIOBJ handle, BOOL set );
/* This function is a copy of the one in objects/font.c */
......
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