mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Always return false for CheckNewVersion() if libcurl is not used
This commit is contained in:
parent
0b590ab147
commit
4fe11b5ea9
1 changed files with 10 additions and 0 deletions
|
@ -293,6 +293,16 @@ void UpdateChecker::RequestThread()
|
|||
|
||||
#else
|
||||
|
||||
bool UpdateChecker::CheckNewVersion() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
bool UpdateChecker::CheckNewVersion(int& major, int& minor, int& patch) const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void Sys_UpdateChecker_Init() {}
|
||||
|
||||
void Sys_UpdateChecker_Process() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue