Changeset 101832 in vbox for trunk/src/libs/xpcom18a4
- Timestamp:
- Nov 5, 2023 2:13:14 PM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 159928
- Location:
- trunk/src/libs/xpcom18a4
- Files:
-
- 3 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Config.kmk
r101825 r101832 442 442 xpcom/threads/nsIRunnable.idl \ 443 443 xpcom/threads/nsIThread.idl \ 444 xpcom/threads/nsIEnvironment.idl \445 444 xpcom/threads/nsIProcess.idl \ 446 445 xpcom/reflect/xptinfo/public/nsIInterfaceInfo.idl \ -
trunk/src/libs/xpcom18a4/Makefile.kmk
r101829 r101832 688 688 xpcom/threads/plevent.c \ 689 689 xpcom/threads/nsAutoLock.cpp \ 690 xpcom/threads/nsEnvironment.cpp \691 690 xpcom/threads/nsEventQueue.cpp \ 692 691 xpcom/threads/nsEventQueueService.cpp \ … … 1206 1205 nsIEventQueue.xpt \ 1207 1206 nsIEventQueueService.xpt \ 1208 nsIEnvironment.xpt \1209 1207 nsIProcess.xpt \ 1210 1208 nsIInterfaceInfo.xpt \ -
trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp
r101825 r101832 82 82 #include "nsThread.h" 83 83 #include "nsProcess.h" 84 #include "nsEnvironment.h"85 84 86 85 #include "nsEmptyEnumerator.h" … … 389 388 COMPONENT(DIRECTORY_SERVICE, nsDirectoryService::Create), 390 389 COMPONENT(PROCESS, nsProcessConstructor), 391 COMPONENT(ENVIRONMENT, nsEnvironment::Create),392 390 393 391 COMPONENT(STRINGINPUTSTREAM, nsStringInputStreamConstructor),
Note:
See TracChangeset
for help on using the changeset viewer.