remove xbox support; it doesn't work, and it'd take too much effort to get it working again
This commit is contained in:
@@ -31,11 +31,9 @@ HANDLE Win32ThreadIdToHandle( uint64_t iID )
|
||||
|
||||
void ThreadImpl_Win32::Halt( bool Kill )
|
||||
{
|
||||
#ifndef _XBOX
|
||||
if( Kill )
|
||||
TerminateThread( ThreadHandle, 0 );
|
||||
else
|
||||
#endif
|
||||
SuspendThread( ThreadHandle );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user