VirtualBox

Changeset 34730 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Dec 6, 2010 10:47:14 AM (14 years ago)
Author:
vboxsync
Message:

fixed extpack install failure on windows.

File:
1 edited

Legend:

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

    r34714 r34730  
    15971597                                                        "--name",       pStrName->c_str(),
    15981598                                                        "--tarball",    strTarball.c_str(),
     1599#ifndef RT_OS_WINDOWS /* Not possible since the app might be launched by some unrelated service. */
    15991600                                                        "--tarball-fd", &szTarballFd[0],
     1601#endif
    16001602                                                        NULL);
    16011603                            RTFileClose(hFile); hFile = NIL_RTFILE;
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