mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Deferred Import dynamic/static check, fix calling convention
This commit is contained in:
parent
fbb06862b3
commit
42452fe09c
15 changed files with 102 additions and 44 deletions
|
@ -134,7 +134,7 @@ void ThreadPool::SetStackSize(int stackSize)
|
|||
mStackSize = stackSize;
|
||||
}
|
||||
|
||||
static void WorkerProc(void* param)
|
||||
static void BFP_CALLTYPE WorkerProc(void* param)
|
||||
{
|
||||
((ThreadPool::Thread*)param)->Proc();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue