[PATCH 1/5] include: Add Wine-specific theming hook struct to winuser.h

Alexandre Julliard julliard at winehq.org
Fri Mar 27 02:58:20 CDT 2015


Mark Harmstone <hellas at burntcomma.com> writes:

> @@ -4060,6 +4060,15 @@ WORD        WINAPI SYSTEM_KillSystemTimer( WORD );
>  WINUSERAPI BOOL CDECL __wine_send_input( HWND hwnd, const INPUT *input );
>  #endif
>  
> +/* Wine-specific version of the undocumented structs
> + * used by uxtheme to hook into user32. */
> +
> +typedef struct
> +{
> +  WNDPROC DefWindowProcA;
> +  WNDPROC DefWindowProcW;
> +} WINEUSERAPIHOOK;

This doesn't belong in winuser.h.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list