MGR: Code which tests for reboot required should be Windows-only

svn path=/trunk/boinc/; revision=15627
This commit is contained in:
Charlie Fenton 2008-07-17 10:00:43 +00:00
parent a0ae11bddb
commit 2e5107a4ec
2 changed files with 8 additions and 2 deletions

View File

@ -5832,3 +5832,9 @@ Rom 16 July 2008
win_build/installerv2/
BOINC.ism
BOINCx64.ism
Charlie 17 July 2008
- MGR: Code which tests for reboot required should be Windows-only.
clientgui/
BOINCGUIApp.cpp

View File

@ -324,7 +324,7 @@ bool CBOINCGUIApp::OnInit() {
m_pConfig->Read(wxT("Skin"), m_pSkinManager->GetDefaultSkinName())
);
#ifdef __WXMSW__
// Perform any last minute checks that should keep the manager
// from starting up.
wxString strRebootPendingFile =
@ -343,7 +343,7 @@ bool CBOINCGUIApp::OnInit() {
dialog.ShowModal();
return false;
}
#endif
// Initialize the main document
m_pDocument = new CMainDocument();