Skip to content

Commit 80e4078

Browse files
committed
Addendum for commit ffd2a4b
Function 'ProcessWinmmChecks' was not added
1 parent c78d725 commit 80e4078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Client/loader/CInstallManager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ void CInstallManager::InitSequencer()
195195
m_pSequencer->AddFunction("ProcessExePatchChecks", &CInstallManager::_ProcessExePatchChecks);
196196
m_pSequencer->AddFunction("ProcessServiceChecks", &CInstallManager::_ProcessServiceChecks);
197197
m_pSequencer->AddFunction("ProcessAppCompatChecks", &CInstallManager::_ProcessAppCompatChecks);
198+
m_pSequencer->AddFunction("ProcessWinmmChecks", &CInstallManager::_ProcessWinmmChecks);
198199
m_pSequencer->AddFunction("ChangeFromAdmin", &CInstallManager::_ChangeFromAdmin);
199200
m_pSequencer->AddFunction("InstallNewsItems", &CInstallManager::_InstallNewsItems);
200201
m_pSequencer->AddFunction("Quit", &CInstallManager::_Quit);

0 commit comments

Comments
 (0)