Detlef Riekenberg wine.dev@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*.