[PATCH 4/5] shlwapi: Implement SHCreateThreadRef

Alexandre Julliard julliard at winehq.org
Mon Apr 19 08:36:56 CDT 2010


Detlef Riekenberg <wine.dev at web.de> writes:

> @@ -120,6 +120,89 @@ typedef struct tagSHLWAPI_THREAD_INFO
>    IUnknown *refIE;                      /* Reference to the IE process */
>  } SHLWAPI_THREAD_INFO, *LPSHLWAPI_THREAD_INFO;
>  
> +typedef struct
> +{
> +  void* lpVtbl;
> +  LONG  *ref;
> +} threadref;

You need to use correct pointer types, a vtbl is not a void*.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list