Closed
Bug 331329
Opened 19 years ago
Closed 19 years ago
Explicitly link gdi32 when used (MinGW builds)
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: engel, Assigned: engel)
References
Details
Attachments
(1 file)
(deleted),
patch
|
pavlov
:
review+
|
Details | Diff | Splinter Review |
For building with MinGW, gdi32 must be explicitly linked when used.
Assignee | ||
Comment 1•19 years ago
|
||
This patch was inspired by Chris Seawood in Bug 328499, Comment 34.
Attachment #215883 -
Flags: review?(vladimir)
Comment 2•19 years ago
|
||
Comment on attachment 215883 [details] [diff] [review]
link with used libraries when building with mingw
why does gfx/src/thebes need uuid.lib?
Attachment #215883 -
Flags: review?(vladimir) → review?(pavlov)
Assignee | ||
Comment 3•19 years ago
|
||
Uuids are needed for IID_IMLangFontLink2, CLSID_CMultiLanguage, and IID_IMultiLanguage.
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/gfx/thebes/src/gfxWindowsFonts.cpp&rev=1.29&mark=97,461#90
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/gfx/thebes/src/gfxWindowsPlatform.cpp&rev=1.4&mark=133,134#125
Updated•19 years ago
|
Attachment #215883 -
Flags: review?(pavlov) → review+
Assignee | ||
Updated•19 years ago
|
Assignee: nobody → engel
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•