[PATCH] kernel32: Create(Named)Pipe uses an nonalertable io mode

Alexandre Julliard julliard at winehq.org
Fri Aug 5 08:34:13 CDT 2011


Bernhard Loos <bernhardloos at googlemail.com> writes:

> @@ -37,7 +37,11 @@
>  static HANDLE alarm_event;
>  static BOOL (WINAPI *pDuplicateTokenEx)(HANDLE,DWORD,LPSECURITY_ATTRIBUTES,
>                                          SECURITY_IMPERSONATION_LEVEL,TOKEN_TYPE,PHANDLE);
> +static DWORD WINAPI (*pQueueUserAPC)(PAPCFUNC pfnAPC, HANDLE hThread, ULONG_PTR dwData);
>  
> +static void CALLBACK user_apc(ULONG_PTR param)
> +{
> +}

That doesn't really test anything. You should check if it's being called
in various places.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list