fix: windows compilation

This commit is contained in:
2021-12-08 17:24:29 +01:00
parent 7e91b863da
commit a802b5cef5
2 changed files with 5 additions and 0 deletions

View File

@@ -20,8 +20,10 @@ extern "C"
#endif
int main(int argc, const char* args[]) {
#if !defined(NDEBUG)
// setup signal handling
backward::SignalHandling sh;
#endif
// remove the outdated binary
td::utils::Updater::removeOldFile();