Changeset 38636 in vbox for trunk/src/VBox/HostDrivers/Support/win
- Timestamp:
- Sep 5, 2011 1:49:45 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73843
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPSvc-win.cpp
r33540 r38636 775 775 RTEnvSet("VBOX_LOG_FLAGS", "unbuffered thread msprog"); 776 776 #endif 777 int rc = RTR3Init ();777 int rc = RTR3InitExe(argc, &argv, 0); 778 778 if (RT_FAILURE(rc)) 779 779 { 780 supSvcLogError("RTR3Init failed with rc=%Rrc", rc);780 supSvcLogError("RTR3InitExe failed with rc=%Rrc", rc); 781 781 return 1; 782 782 }
Note:
See TracChangeset
for help on using the changeset viewer.