Changeset 38636 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/win/Install
- Timestamp:
- Sep 5, 2011 1:49:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/Install/USBInstall.cpp
r36941 r38636 59 59 int __cdecl main(int argc, char **argv) 60 60 { 61 if (RTR3Init () != VINF_SUCCESS)61 if (RTR3InitExe(argc, &argv, 0) != VINF_SUCCESS) 62 62 { 63 63 printf("Could not init IPRT!\n");
Note:
See TracChangeset
for help on using the changeset viewer.