dmime: Finish the reindentation in CloseDown().
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9572b5f6d3
commit
3a145ac92b
|
@ -822,7 +822,8 @@ static HRESULT WINAPI IDirectMusicPerformance8Impl_CloseDown(IDirectMusicPerform
|
||||||
{
|
{
|
||||||
IDirectMusicPerformance8Impl *This = impl_from_IDirectMusicPerformance8(iface);
|
IDirectMusicPerformance8Impl *This = impl_from_IDirectMusicPerformance8(iface);
|
||||||
|
|
||||||
FIXME("(%p): stub\n", This);
|
FIXME("(%p): semi-stub\n", This);
|
||||||
|
|
||||||
if (PostMessageToProcessMsgThread(This, PROCESSMSG_EXIT)) {
|
if (PostMessageToProcessMsgThread(This, PROCESSMSG_EXIT)) {
|
||||||
WaitForSingleObject(This->procThread, INFINITE);
|
WaitForSingleObject(This->procThread, INFINITE);
|
||||||
This->procThreadTicStarted = FALSE;
|
This->procThreadTicStarted = FALSE;
|
||||||
|
|
Loading…
Reference in New Issue