Re: [PATCH 4/5] shlwapi: Implement SHCreateThreadRef
19 Apr
2010
19 Apr
'10
1:36 p.m.
Detlef Riekenberg <wine.dev(a)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(a)winehq.org
5719
Age (days ago)
5719
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard