gdi32/winex11.drv: Change all gdi/opengl declarations to use __cdecl

Alexandre Julliard julliard at winehq.org
Wed Dec 17 09:14:42 CST 2008


Maarten Lankhorst <m.b.lankhorst at gmail.com> writes:

> @@ -33,9 +33,9 @@
>  WINE_DEFAULT_DEBUG_CHANNEL(bitmap);
>  
>  
> -static HGDIOBJ BITMAP_SelectObject( HGDIOBJ handle, HDC hdc );
> -static INT BITMAP_GetObject( HGDIOBJ handle, void *obj, INT count, LPVOID buffer );
> -static BOOL BITMAP_DeleteObject( HGDIOBJ handle, void *obj );
> +static HGDIOBJ __cdecl BITMAP_SelectObject( HGDIOBJ handle, HDC hdc );
> +static INT __cdecl BITMAP_GetObject( HGDIOBJ handle, void *obj, INT count, LPVOID buffer );
> +static BOOL __cdecl BITMAP_DeleteObject( HGDIOBJ handle, void *obj );

You shouldn't need to change these.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list