mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
- Fixed broken compiling on Windows introduced by previous commit.
SVN r867 (trunk)
This commit is contained in:
parent
930de248fd
commit
f72635ac69
1 changed files with 1 additions and 2 deletions
|
@ -445,11 +445,10 @@ void MIDIStreamer::Callback(unsigned int uMsg, void *userdata, DWORD dwParam1, D
|
||||||
SetEvent(self->BufferDoneEvent);
|
SetEvent(self->BufferDoneEvent);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
#else
|
#endif
|
||||||
{
|
{
|
||||||
self->ServiceEvent();
|
self->ServiceEvent();
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue