VirtualBox

Changeset 83820 in vbox for trunk/src/VBox/Main/src-all


Ignore:
Timestamp:
Apr 19, 2020 1:08:36 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137347
Message:

Main: VC++ 14.1 adjustments and warnings. bugref:8489

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c

    r82968 r83820  
    21132113         */
    21142114        HKEY hkeyTypeLibs;
    2115         LRESULT rc;
     2115        LSTATUS rc;
    21162116        rc = RegOpenKeyExW(pState->aAltDeletes[iAlt].hkeyClasses, L"TypeLib", 0 /*fOptions*/, pState->fSamDelete, &hkeyTypeLibs);
    21172117        if (rc == ERROR_SUCCESS)
     
    21242124            {
    21252125                HKEY hkeyTypeLibId;
    2126                 LONG rc = RegOpenKeyExW(hkeyTypeLibs, g_apwszTypeLibIds[iTlb], 0 /*fOptions*/, pState->fSamDelete, &hkeyTypeLibId);
     2126                rc = RegOpenKeyExW(hkeyTypeLibs, g_apwszTypeLibIds[iTlb], 0 /*fOptions*/, pState->fSamDelete, &hkeyTypeLibId);
    21272127                if (rc == ERROR_SUCCESS)
    21282128                {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette