Changeset 83820 in vbox for trunk/src/VBox/Main/src-all
- Timestamp:
- Apr 19, 2020 1:08:36 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137347
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c
r82968 r83820 2113 2113 */ 2114 2114 HKEY hkeyTypeLibs; 2115 L RESULTrc;2115 LSTATUS rc; 2116 2116 rc = RegOpenKeyExW(pState->aAltDeletes[iAlt].hkeyClasses, L"TypeLib", 0 /*fOptions*/, pState->fSamDelete, &hkeyTypeLibs); 2117 2117 if (rc == ERROR_SUCCESS) … … 2124 2124 { 2125 2125 HKEY hkeyTypeLibId; 2126 LONGrc = RegOpenKeyExW(hkeyTypeLibs, g_apwszTypeLibIds[iTlb], 0 /*fOptions*/, pState->fSamDelete, &hkeyTypeLibId);2126 rc = RegOpenKeyExW(hkeyTypeLibs, g_apwszTypeLibIds[iTlb], 0 /*fOptions*/, pState->fSamDelete, &hkeyTypeLibId); 2127 2127 if (rc == ERROR_SUCCESS) 2128 2128 {
Note:
See TracChangeset
for help on using the changeset viewer.