Changeset 102346 in vbox
- Timestamp:
- Nov 27, 2023 6:50:43 PM (12 months ago)
- Location:
- trunk/src/libs/xpcom18a4
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r102340 r102346 162 162 nsprpub/pr/include/prmem.h \ 163 163 nsprpub/pr/include/prmon.h \ 164 nsprpub/pr/include/prprf.h \165 164 nsprpub/pr/include/prtime.h \ 166 165 nsprpub/pr/include/prtypes.h \ … … 380 379 $(VBox-xpcom-nspr_0_OUTDIR) 381 380 VBox-xpcom-nspr_SOURCES = \ 382 nsprpub/pr/src/io/prprf.c \383 381 nsprpub/pr/src/misc/prinrval.c \ 384 382 nsprpub/lib/ds/plarena.c \ -
trunk/src/libs/xpcom18a4/nsprpub/pr/include/nspr.h
r102232 r102346 39 39 #define nspr_h___ 40 40 41 #include "prtypes.h" 42 #include <stdio.h> 43 #include <stdarg.h> 44 41 45 #include "prbit.h" 42 46 #include "prclist.h" … … 45 49 #include "prmem.h" 46 50 #include "prmon.h" 47 #include "prprf.h"48 51 #include "prtime.h" 49 #include "prtypes.h"50 52 51 53 #endif /* nspr_h___ */
Note:
See TracChangeset
for help on using the changeset viewer.