Changeset 101914 in vbox for trunk/src/libs/xpcom18a4/xpcom/build
- Timestamp:
- Nov 7, 2023 8:37:15 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp
r101861 r101914 117 117 extern nsresult NS_CategoryManagerGetFactory( nsIFactory** ); 118 118 119 #ifdef DEBUG120 extern void _FreeAutoLockStatics();121 #endif122 123 119 static NS_DEFINE_CID(kComponentManagerCID, NS_COMPONENTMANAGER_CID); 124 120 static NS_DEFINE_CID(kEventQueueServiceCID, NS_EVENTQUEUESERVICE_CID); … … 876 872 nsComponentManagerImpl::gComponentManager = nsnull; 877 873 878 #ifdef DEBUG879 _FreeAutoLockStatics();880 #endif881 882 874 ShutdownSpecialSystemDirectory(); 883 875
Note:
See TracChangeset
for help on using the changeset viewer.