mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +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);
|
||||
}
|
||||
else
|
||||
#else
|
||||
#endif
|
||||
{
|
||||
self->ServiceEvent();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue