mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5015
This commit is contained in:
parent
cbd6bd4b9f
commit
a22be6b334
|
@ -52,7 +52,10 @@ bool CBOINCGUIApp::OnInit()
|
||||||
m_bBOINCStartedByManager = false;
|
m_bBOINCStartedByManager = false;
|
||||||
m_bFrameVisible = true;
|
m_bFrameVisible = true;
|
||||||
m_lBOINCCoreProcessId = 0;
|
m_lBOINCCoreProcessId = 0;
|
||||||
|
#ifdef __WXMSW__
|
||||||
m_hBOINCCoreProcess = NULL;
|
m_hBOINCCoreProcess = NULL;
|
||||||
|
m_hIdleDetectionDll = NULL;
|
||||||
|
#endif
|
||||||
|
|
||||||
// Enable Trace Masks
|
// Enable Trace Masks
|
||||||
//wxLog::AddTraceMask( wxT("Function Start/End") );
|
//wxLog::AddTraceMask( wxT("Function Start/End") );
|
||||||
|
|
|
@ -68,7 +68,7 @@ protected:
|
||||||
bool m_bBOINCStartedByManager;
|
bool m_bBOINCStartedByManager;
|
||||||
bool m_bFrameVisible;
|
bool m_bFrameVisible;
|
||||||
|
|
||||||
long m_lBOINCCoreProcessId;
|
wxInt32 m_lBOINCCoreProcessId;
|
||||||
|
|
||||||
#ifdef __WXMSW__
|
#ifdef __WXMSW__
|
||||||
HANDLE m_hBOINCCoreProcess;
|
HANDLE m_hBOINCCoreProcess;
|
||||||
|
|
Loading…
Reference in New Issue