Changeset 93271 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jan 17, 2022 11:47:34 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149339
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp
r93115 r93271 2518 2518 2519 2519 HRESULT hrc = pfnWinVerifyTrust(NULL /*hwnd*/, &PolicyActionGuid, &TrustData); 2520 # ifdef DEBUG_bird /* TEMP HACK */ 2521 if (hrc == CERT_E_EXPIRED) 2522 hrc = S_OK; 2523 # endif 2520 2524 if (hrc == S_OK) 2521 2525 rc = VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.