Changeset 34730 in vbox for trunk/src/VBox/Main
- Timestamp:
- Dec 6, 2010 10:47:14 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ExtPackManagerImpl.cpp
r34714 r34730 1597 1597 "--name", pStrName->c_str(), 1598 1598 "--tarball", strTarball.c_str(), 1599 #ifndef RT_OS_WINDOWS /* Not possible since the app might be launched by some unrelated service. */ 1599 1600 "--tarball-fd", &szTarballFd[0], 1601 #endif 1600 1602 NULL); 1601 1603 RTFileClose(hFile); hFile = NIL_RTFILE;
Note:
See TracChangeset
for help on using the changeset viewer.