VirtualBox

Changeset 78429 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 7, 2019 11:12:08 AM (6 years ago)
Author:
vboxsync
Message:

bugref:9416. changed uint32_t to ULONG.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp

    r78428 r78429  
    12311231        m->virtualSystemDescriptions.clear();//clear all for assurance before creating new
    12321232        std::vector<ComPtr<IVirtualSystemDescription> > vsdArray;
    1233         uint32_t requestedVSDnums = 1;
    1234         uint32_t newVSDnums = 0;
     1233        ULONG requestedVSDnums = 1;
     1234        ULONG newVSDnums = 0;
    12351235        hrc = createVirtualSystemDescriptions(requestedVSDnums, &newVSDnums);
    12361236        if (FAILED(hrc)) throw hrc;
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