Skip to content

Commit

Permalink
Addendum for commit ffd2a4b
Browse files Browse the repository at this point in the history
Function 'ProcessWinmmChecks' was not added
  • Loading branch information
botder committed Dec 26, 2022
1 parent c78d725 commit 80e4078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Client/loader/CInstallManager.cpp
Expand Up @@ -195,6 +195,7 @@ void CInstallManager::InitSequencer()
m_pSequencer->AddFunction("ProcessExePatchChecks", &CInstallManager::_ProcessExePatchChecks);
m_pSequencer->AddFunction("ProcessServiceChecks", &CInstallManager::_ProcessServiceChecks);
m_pSequencer->AddFunction("ProcessAppCompatChecks", &CInstallManager::_ProcessAppCompatChecks);
m_pSequencer->AddFunction("ProcessWinmmChecks", &CInstallManager::_ProcessWinmmChecks);
m_pSequencer->AddFunction("ChangeFromAdmin", &CInstallManager::_ChangeFromAdmin);
m_pSequencer->AddFunction("InstallNewsItems", &CInstallManager::_InstallNewsItems);
m_pSequencer->AddFunction("Quit", &CInstallManager::_Quit);
Expand Down

0 comments on commit 80e4078

Please sign in to comment.