Replace all threads with Win32Thread in Wine host

This commit is contained in:
Robbert van der Helm
2020-10-27 18:29:38 +01:00
parent bafc36614b
commit 28886e7073
6 changed files with 111 additions and 117 deletions
+1 -1
View File
@@ -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