updated to visual studio 2022 (#392)

* updated to visual studio 2022

* github actions fix
This commit is contained in:
Turánszki János
2022-02-19 12:54:52 +01:00
committed by GitHub
parent 072b4a8582
commit 406d24d031
17 changed files with 44 additions and 47 deletions
+1 -4
View File
@@ -774,10 +774,7 @@ namespace wi::helper
async_helper().get();
}
if (success)
{
return true;
}
return success;
#endif // PLATFORM_UWP
}