rufus/.github/workflows
Pete Batard 89db56acbc
[net] add fallback to InternetGetConnectedState() when INetworkListManager service dependencies are missing
* INetworkListManager appears to depend on specific services to be able to work,
  which one can actually disable while still getting full Internet connectivity.
* If that is the case, HRESULT_FROM_WIN32(ERROR_SERVICE_DEPENDENCY_FAIL) will be
  returned, therefore we add a fallback to using InternetGetConnectedState(), which
  does not have such dependencies (but has other limitations per b2492908be)
  when we detect a dependency error.
* Also take this opportunity to switch to using INetworkListManager::get_IsConnectedToInternet().
* Also fix Coverity breakage due to Synopsys having upgraded their toolchain.
* Closes #1801
2022-02-18 17:18:34 +00:00
..
codeql.nope [core] add file System detection from superblock 2022-02-04 17:41:44 +00:00
coverity.yml [net] add fallback to InternetGetConnectedState() when INetworkListManager service dependencies are missing 2022-02-18 17:18:34 +00:00
lock.yml [misc] switch to GitHub actions for CI 2021-07-29 01:10:53 +01:00
mingw.yml [core] add file System detection from superblock 2022-02-04 17:41:44 +00:00
vs2022.yml [misc] fix inverted memset() parameters 2022-02-11 18:42:38 +00:00