fix for build errors...removed duplicate definition of getpid on windows
parent
98aabdc176
commit
a677d87d0f
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue