Changeset 19239 in vbox for trunk/src/VBox/Main/win/dllmain.cpp
- Timestamp:
- Apr 28, 2009 1:19:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/win/dllmain.cpp
r8155 r19239 28 28 #include <atlcom.h> 29 29 30 #include <iprt/initterm.h> 31 30 32 CComModule _Module; 31 33 … … 44 46 _Module.Init(ObjectMap, hInstance, &LIBID_VirtualBox); 45 47 DisableThreadLibraryCalls(hInstance); 48 49 // idempotent, so doesn't harm, and needed for COM embedding scenario 50 RTR3Init(); 46 51 } 47 52 else if (dwReason == DLL_PROCESS_DETACH)
Note:
See TracChangeset
for help on using the changeset viewer.