ASIO backend, part 3
this..... fixes it? (at least startup)
This commit is contained in:
parent
f5fd8102c7
commit
f5b099abab
1 changed files with 1 additions and 1 deletions
|
|
@ -615,7 +615,7 @@ int main(int argc, char** argv) {
|
|||
}
|
||||
|
||||
// co initialize ex
|
||||
HRESULT coResult=CoInitializeEx(NULL,COINIT_MULTITHREADED);
|
||||
HRESULT coResult=CoInitializeEx(NULL,COINIT_APARTMENTTHREADED);
|
||||
if (coResult!=S_OK) {
|
||||
logE("CoInitializeEx failed!");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue