Fix windows compile.

This commit is contained in:
Fletcher Dunn
2019-01-12 17:49:56 -08:00
parent cc86e0e3a3
commit 104df063b1
+1 -1
View File
@@ -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 );