Closed
Bug 810240
Opened 12 years ago
Closed 12 years ago
xpcom/ds/nsObserverService.cpp fails to link on mingw
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla19
People
(Reporter: jacek, Assigned: jacek)
Details
Attachments
(1 file)
567 bytes,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
It's because it now uses (indirectly through NeckoCommon.h) XRE_GetProcessType with dllimport instead of dllexport. It's because xpcom/ds/Makefile.in lacks LIBXUL_LIBRARY=1.
Attachment #680033 -
Flags: review?(mh+mozilla)
Updated•12 years ago
|
Attachment #680033 -
Flags: review?(mh+mozilla) → review+
Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•