mirror of
https://github.com/ValveSoftware/GameNetworkingSockets.git
synced 2026-05-29 16:20:34 +00:00
Fix windows compile.
This commit is contained in:
@@ -43,7 +43,7 @@ SteamNetworkingMicroseconds g_logTimeZero;
|
||||
// down the thread that is reading from stdin.
|
||||
static void NukeProcess( int rc )
|
||||
{
|
||||
#ifdef WINDOWS
|
||||
#ifdef WIN32
|
||||
ExitProcess( rc );
|
||||
#else
|
||||
kill( getpid(), SIGKILL );
|
||||
|
||||
Reference in New Issue
Block a user