- Timestamp:
- Aug 29, 2008 2:24:09 PM (16 years ago)
- Location:
- trunk/src
- Files:
-
- 2 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 { -
trunk/src/libs/xpcom18a4/python/src/module/_xpcom.cpp
r11746 r11824 594 594 int rc = 0; 595 595 596 rc = RTR3Init( false, 0);596 rc = RTR3Init(); 597 597 rc = com::Initialize(); 598 598
Note:
See TracChangeset
for help on using the changeset viewer.