Changeset 11824 in vbox for trunk/src/VBox/HostDrivers/Support/win
- Timestamp:
- Aug 29, 2008 2:24:09 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35655
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPSvc-win.cpp
r11725 r11824 775 775 RTEnvSet("VBOX_LOG_FLAGS", "unbuffered thread msprog"); 776 776 #endif 777 int rc = RTR3Init( false /* fInitSUPLib */);777 int rc = RTR3Init(); 778 778 if (RT_FAILURE(rc)) 779 779 {
Note:
See TracChangeset
for help on using the changeset viewer.