replacing std thread by tinycthread

This commit is contained in:
2025-02-26 13:26:40 +01:00
parent 8898ef98c4
commit 6029695155
3 changed files with 27 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
#include "PulseInternal.h"
#include <threads.h>
#include <tinycthread.h>
PulseThreadID PulseGetThreadID()
{