mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-21 19:33:53 +02:00
Clean up Win32 thread API usage using RAII
This commit is contained in:
+3
-1
@@ -56,9 +56,11 @@ executable(
|
||||
[
|
||||
'src/common/logging.cpp',
|
||||
'src/common/serialization.cpp',
|
||||
'src/wine-host/editor.cpp',
|
||||
'src/wine-host/editor.cpp',
|
||||
'src/wine-host/plugin-bridge.cpp',
|
||||
'src/wine-host/vst-host.cpp',
|
||||
'src/wine-host/editor.cpp',
|
||||
'src/wine-host/utils.cpp',
|
||||
],
|
||||
native : false,
|
||||
include_directories : include_dir,
|
||||
|
||||
Reference in New Issue
Block a user