From 65657b9f5cf04b5a84e566b7491daabb1291ace9 Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Thu, 7 Jul 2011 14:20:37 -0400
Subject: [PATCH] CHOP-753: uh, Microsoft docs lied about header file to use?
 Remove <kfuncs.h>, documented header file for GetCurrentProcess().

---
 indra/llcommon/llsys.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/indra/llcommon/llsys.cpp b/indra/llcommon/llsys.cpp
index cec1cd90e9a..68566cdbfa6 100644
--- a/indra/llcommon/llsys.cpp
+++ b/indra/llcommon/llsys.cpp
@@ -59,7 +59,6 @@ using namespace llsd;
 #	include <winsock2.h>
 #	include <windows.h>
 #   include <psapi.h>               // GetPerformanceInfo() et al.
-#   include <kfuncs.h>              // GetCurrentProcess()
 #elif LL_DARWIN
 #	include <errno.h>
 #	include <sys/sysctl.h>
-- 
GitLab