mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Replace all threads with Win32Thread in Wine host
This commit is contained in:
@@ -189,7 +189,7 @@ class Vst2Bridge {
|
||||
/**
|
||||
* All sockets used for communicating with this specific plugin.
|
||||
*/
|
||||
Sockets sockets;
|
||||
Sockets<Win32Thread> sockets;
|
||||
|
||||
/**
|
||||
* The thread that specifically handles `effProcessEvents` opcodes so the
|
||||
|
||||
Reference in New Issue
Block a user