ADVAPI32: Fix names of structure elements to match PSDK

Francois Gouget fgouget at free.fr
Fri May 18 13:26:33 CDT 2007


On Sun, 13 May 2007, Rolf Kalbermatter wrote:

> Changelog
>   include/winsvc.h
>     Fix names of structure elements to match PSDK
[...]
> diff --git a/include/winsvc.h b/include/winsvc.h
> index 7a29e8f..af56d29 100644
> --- a/include/winsvc.h
> +++ b/include/winsvc.h
> @@ -196,13 +196,13 @@ DECL_WINELIB_TYPE_AW(LPENUM_SERVICE_STATUS)
>  typedef struct _ENUM_SERVICE_STATUS_PROCESSA {
>    LPSTR          lpServiceName;
>    LPSTR          lpDisplayName;
> -  SERVICE_STATUS_PROCESS ServiceStatusProcess;
> +  SERVICE_STATUS_PROCESS ServiceStatus;
>  } ENUM_SERVICE_STATUS_PROCESSA, *LPENUM_SERVICE_STATUS_PROCESSA;
[..]

This patch is wrong. This field is really called ServiceStatusProcess in 
the PSDK.


-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
     You can have my guns when you pry them from my kids cold, dead hands.



More information about the wine-patches mailing list