- Timestamp:
- Nov 6, 2023 11:30:23 AM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 159955
- Location:
- trunk/src/libs/xpcom18a4/xpcom/build
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/build/nsXPCOMPrivate.h
r101858 r101859 126 126 GetComponentManagerFunc getComponentManager; 127 127 GetComponentRegistrarFunc getComponentRegistrar; 128 GetMemoryManagerFunc getMemoryManager;129 128 NewLocalFileFunc newLocalFile; 130 129 NewNativeLocalFileFunc newNativeLocalFile; -
trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp
r101852 r101859 929 929 GET_FUNC(getComponentManager, GetComponentManagerFunc, "VBoxNsxpNS_GetComponentManager"); 930 930 GET_FUNC(getComponentRegistrar, GetComponentRegistrarFunc, "VBoxNsxpNS_GetComponentRegistrar"); 931 GET_FUNC(getMemoryManager, GetMemoryManagerFunc, "VBoxNsxpNS_GetMemoryManager");932 931 GET_FUNC(newLocalFile, NewLocalFileFunc, "VBoxNsxpNS_NewLocalFile"); 933 932 GET_FUNC(newNativeLocalFile, NewNativeLocalFileFunc, "VBoxNsxpNS_NewNativeLocalFile"); … … 940 939 GET_FUNC(getComponentManager, GetComponentManagerFunc, "NS_GetComponentManager"); 941 940 GET_FUNC(getComponentRegistrar, GetComponentRegistrarFunc, "NS_GetComponentRegistrar"); 942 GET_FUNC(getMemoryManager, GetMemoryManagerFunc, "NS_GetMemoryManager");943 941 GET_FUNC(newLocalFile, NewLocalFileFunc, "NS_NewLocalFile"); 944 942 GET_FUNC(newNativeLocalFile, NewNativeLocalFileFunc, "NS_NewNativeLocalFile");
Note:
See TracChangeset
for help on using the changeset viewer.