Re: [1/4] qmgr: Add critical sections for Jobs and Files.
12 Mar
2008
12 Mar
'08
4:54 p.m.
Dan Hipschman <dsh(a)linux.ucla.edu> writes:
@@ -25,6 +25,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(qmgr);
static void BackgroundCopyFileDestructor(BackgroundCopyFileImpl *This) { + This->owner->lpVtbl->Release((IBackgroundCopyJob *) This->owner);
Please use the appropriate COM macros instead of accessing lpVtbl directly. -- Alexandre Julliard julliard(a)winehq.org
6489
Age (days ago)
6489
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard