Sync(2): oleaut32 I1 funcs

Robert Shearman R.J.Shearman at warwick.ac.uk
Thu Jul 17 14:53:09 CDT 2003


> -----Original Message-----
> Message: 1
> Date: Thu, 17 Jul 2003 08:37:08 -0700 (PDT)
> From: Jon Griffiths <jon_p_griffiths at yahoo.com>
> Subject: Sync(2): oleaut32 I1 funcs
> To: wine-patches at winehq.com, julliard at winehq.com
> Reply-To: wine-devel at winehq.com

> -HRESULT WINAPI SetErrorInfo(ULONG dwReserved, IErrorInfo *perrinfo);
> -HRESULT WINAPI GetErrorInfo(ULONG dwReserved, IErrorInfo **pperrinfo);
> -HRESULT WINAPI CreateErrorInfo(ICreateErrorInfo **pperrinfo);
> +HRESULT WINAPI SetErrorInfo(ULONG,IErrorInfo*);
> +HRESULT WINAPI GetErrorInfo(ULONG,IErrorInfo**);
> +HRESULT WINAPI CreateErrorInfo(ICreateErrorInfo**);

Is there any reason for stripping out the parameter names from this file?
They can be quite useful as a reminder for what each parameter is.

P.S. In other parts of your patch you replaced char with signed char. Is
signed char != char?

Rob





More information about the wine-devel mailing list