VirtualBox

Changeset 24525 in vbox


Ignore:
Timestamp:
Nov 9, 2009 7:02:41 PM (15 years ago)
Author:
vboxsync
Message:

ApplianceImpl: Fixed to build on Windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ApplianceImpl.cpp

    r24522 r24525  
    14411441                if (FAILED(rc)) throw rc;
    14421442
    1443                 rc = pNewMachine->AttachDevice(bstrName.raw(), (PRInt32)0, (PRInt32)0, (ULONG)DeviceType_Floppy, Bstr("").raw());
     1443                rc = pNewMachine->AttachDevice(bstrName, 0, 0, DeviceType_Floppy, Bstr(""));
    14441444                if (FAILED(rc)) throw rc;
    14451445            }
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