Changeset 102197 in vbox for trunk/src/libs/xpcom18a4/xpcom
- Timestamp:
- Nov 21, 2023 12:51:35 PM (15 months ago)
- Location:
- trunk/src/libs/xpcom18a4/xpcom
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/components/nsCategoryManager.cpp
r102186 r102197 43 43 44 44 #include "plarena.h" 45 #include "prio.h"46 45 #include "prprf.h" 47 46 #include "prlock.h" -
trunk/src/libs/xpcom18a4/xpcom/components/nsCategoryManager.h
r102186 r102197 40 40 #define NSCATEGORYMANAGER_H 41 41 42 #include "prio.h"43 42 #include "plarena.h" 44 43 #include "nsClassHashtable.h" -
trunk/src/libs/xpcom18a4/xpcom/components/nsComponentManager.cpp
r102192 r102197 1024 1024 return NS_ERROR_NOT_INITIALIZED; // this should have been set by Init(). 1025 1025 1026 PRFileDesc* fd = nsnull;1027 1028 1026 // Set From Init 1029 1027 if (!mRegistryFile) { -
trunk/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/xptiManifest.cpp
r102191 r102197 307 307 PRUint32* pLength) 308 308 { 309 PRFileDesc* fd = nsnull;310 309 PRInt32 flen; 311 310 PRInt64 fileSize; -
trunk/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/xptiprivate.h
r102184 r102197 83 83 #include "plstr.h" 84 84 #include "prprf.h" 85 #include "prio.h"86 85 #include "prtime.h" 87 86
Note:
See TracChangeset
for help on using the changeset viewer.