vbox的更動 67981 路徑 trunk/src/VBox/HostDrivers
- 時間撮記:
- 2017-7-15 下午01:22:24 (7 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp
r67979 r67981 1696 1696 * Fallback needed for Windows 7. Fortunately, there aren't too many fake DLLs here. 1697 1697 */ 1698 if ( supHardViUtf16PathStartsWithEx(pName->Buffer, pName->Length / sizeof(WCHAR), 1699 L"api-ms-win-", 11, false /*fCheckSlash*/) 1700 || supHardViUtf16PathStartsWithEx(pName->Buffer, pName->Length / sizeof(WCHAR), 1701 L"ext-ms-win-", 11, false /*fCheckSlash*/) ) 1698 if ( g_uNtVerCombined >= SUP_NT_VER_W70 1699 && ( supHardViUtf16PathStartsWithEx(pName->Buffer, pName->Length / sizeof(WCHAR), 1700 L"api-ms-win-", 11, false /*fCheckSlash*/) 1701 || supHardViUtf16PathStartsWithEx(pName->Buffer, pName->Length / sizeof(WCHAR), 1702 L"ext-ms-win-", 11, false /*fCheckSlash*/) )) 1702 1703 { 1703 1704 #define MY_ENTRY(a) { a, sizeof(a) - 1 }
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器