*** empty log message ***

svn path=/trunk/boinc/; revision=5015
This commit is contained in:
Rom Walton 2005-01-07 17:05:21 +00:00
parent cbd6bd4b9f
commit a22be6b334
2 changed files with 4 additions and 1 deletions

View File

@ -52,7 +52,10 @@ bool CBOINCGUIApp::OnInit()
m_bBOINCStartedByManager = false;
m_bFrameVisible = true;
m_lBOINCCoreProcessId = 0;
#ifdef __WXMSW__
m_hBOINCCoreProcess = NULL;
m_hIdleDetectionDll = NULL;
#endif
// Enable Trace Masks
//wxLog::AddTraceMask( wxT("Function Start/End") );

View File

@ -68,7 +68,7 @@ protected:
bool m_bBOINCStartedByManager;
bool m_bFrameVisible;
long m_lBOINCCoreProcessId;
wxInt32 m_lBOINCCoreProcessId;
#ifdef __WXMSW__
HANDLE m_hBOINCCoreProcess;