[Summary] Restored Asynchronous Midi input processing on Windows by providing Windows specific implementation of CrossThreadChannel synchronization class which serves Event Loops

[Details] Restored SceneIn and MMC ports processing
Fixed crash during exit on both platforms
[Reviewed by] Paul Davis
This commit is contained in:
Greg Zharun 2014-11-25 17:26:54 +02:00
parent 108fe931c3
commit bd7c257625
6 changed files with 235 additions and 42 deletions

View file

@ -133,6 +133,8 @@ def build(bld):
if bld.env['build_target'] != 'mingw':
obj.source += [ 'crossthread.cc' ]
else:
obj.source += [ 'crossthread.win.cc' ]
obj.export_includes = ['.']
obj.includes = ['.']