mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-04 18:09:53 +03:00
arm64 : fix intptr_t size
This commit is contained in:
@@ -859,7 +859,7 @@ void* VCR_CreateThread(
|
||||
void *lpStartAddress,
|
||||
void *lpParameter,
|
||||
unsigned long dwCreationFlags,
|
||||
unsigned long *lpThreadID )
|
||||
uintp *lpThreadID )
|
||||
{
|
||||
return CreateSimpleThread( (ThreadFunc_t)lpStartAddress, lpParameter, lpThreadID, 0 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user