Put in some changes along sg1.4 dev history.
This commit is contained in:
@@ -424,7 +424,7 @@ void LLApp::incSigChildCount()
|
||||
int LLApp::getPid()
|
||||
{
|
||||
#if LL_WINDOWS
|
||||
return 0;
|
||||
return GetCurrentProcessId();
|
||||
#else
|
||||
return getpid();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user