Changeset 102103 in vbox
- Timestamp:
- Nov 15, 2023 1:44:48 PM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 160224
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp
r102016 r102103 36 36 * ***** END LICENSE BLOCK ***** */ 37 37 38 #include <iprt/initterm.h> 39 38 40 #include "nsXPCOM.h" 39 41 #include "nsXPCOMPrivate.h" … … 471 473 nsresult rv = NS_OK; 472 474 475 /* Make sure IPRT is initialized. */ 476 RTR3InitDll(RTR3INIT_FLAGS_UNOBTRUSIVE); 477 473 478 // We are not shutting down 474 479 gXPCOMShuttingDown = PR_FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.