[1/2] user32: add a way to poll for messages on extra handles

Alexandre Julliard julliard at winehq.org
Thu Aug 19 04:59:39 CDT 2010


Damjan Jovanovic <damjan.jov at gmail.com> writes:

> diff --git a/dlls/user32/driver.c b/dlls/user32/driver.c
> index f2f9892..05c83d4 100644
> --- a/dlls/user32/driver.c
> +++ b/dlls/user32/driver.c
> @@ -126,6 +126,7 @@ static const USER_DRIVER *load_driver(void)
>          GET_USER_FUNC(WindowMessage);
>          GET_USER_FUNC(WindowPosChanging);
>          GET_USER_FUNC(WindowPosChanged);
> +        GET_USER_FUNC(GetExtraMessageHandles);

That's ugly, it doesn't correspond to anything in the Windows API.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list