Re: [PATCH 2/3] mmdevapi: Add stubs for MMDevEnum, with tests
Dec. 16, 2009
11:38 a.m.
Maarten Lankhorst <m.b.lankhorst(a)gmail.com> writes:
+static ULONG WINAPI MMDevEnum_Release(IMMDeviceEnumerator *iface) +{ + MMDevEnumImpl *This = (MMDevEnumImpl*)iface; + LONG ref = InterlockedDecrement(&This->ref); + TRACE("Refcount now %i\n", ref); + return ref; +}
Sounds like you want a static object here too... -- Alexandre Julliard julliard(a)winehq.org
5945
Age (days ago)
5945
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard