fix for build errors...removed duplicate definition of getpid on windows

master
Richard Linden 2014-04-07 19:32:24 -07:00
parent 98aabdc176
commit a677d87d0f
1 changed files with 0 additions and 6 deletions

View File

@ -42,12 +42,6 @@
#include <llwin32headers.h>
#include <TlHelp32.h>
namespace {
inline DWORD getpid() {
return GetCurrentProcessId();
}
}
bool LLCrashLock::isProcessAlive(U32 pid, const std::string& pname)
{
std::wstring wpname;