Closed Bug 366858 Opened 18 years ago Closed 15 years ago

NPAPI should not depend on NSPR

Categories

(Core Graveyard :: Plug-ins, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 453883

People

(Reporter: braden, Assigned: braden)

Details

npapi.h includes prtypes.h. This dependency could be eliminated by using nptypes.h instead.
nptypes.h (used by npruntime.h) uses <stdint.h> for that kind of thing; only the types have a _t suffix there. Would it be appropriate to change uses of, e.g., int16 with int16_t in npapi.h (and npupp.h)?
Status: NEW → ASSIGNED
Fixed in bug 453883, NPAPI no longer requires nspr and uses C99 types.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.