Changeset 975 in vbox
- Timestamp:
- Feb 19, 2007 12:33:17 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18749
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r972 r975 2262 2262 RTPROCESS pid = NIL_RTPROCESS; 2263 2263 2264 /// @todo (r=dmik) running the process as privileged on Vista doesn't 2265 // really help to create TAP interfaces there (they can be created, 2266 // but cannot be used). Therefore, d->privileged is ignored for now 2267 // to avoid the annoying Run As dialog box. 2268 #if 0 2264 /// @todo avoid annoying runas dialog on Win < Vista 2269 2265 if (d->privileged) 2270 2266 { … … 2303 2299 } 2304 2300 else 2305 #endif2306 2301 { 2307 2302 const char *args[] = { exePath, "/Helper", client.name(), 0 };
Note:
See TracChangeset
for help on using the changeset viewer.