Closed
Bug 587322
Opened 11 years ago
Closed 11 years ago
Compilation broken on MOZ_WINSDK_TARGETVER < MOZ_NTDDI_LONGHORN
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jacek, Assigned: jacek)
References
Details
Attachments
(1 file, 1 obsolete file)
1.81 KB,
patch
|
robarnold
:
review+
dbaron
:
approval2.0+
|
Details | Diff | Splinter Review |
GetDwmDLL is not guarded by MOZ_WINSDK_TARGETVER check and it accesses sDwmDLL, which is guarded,
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → jacek
Assignee | ||
Updated•11 years ago
|
Attachment #465993 -
Attachment is patch: true
Attachment #465993 -
Flags: review?(tellrob)
Assignee | ||
Comment 1•11 years ago
|
||
This patch includes also a fix for nsWinWidgetFactory.cpp, where GfxInfoConstructor, that is in mozilla::widget namespace, is always accessed, but |using namespace mozilla::widget;| is protected by MOZ_WINSDK_TARGETVER guard.
Attachment #465993 -
Attachment is obsolete: true
Attachment #465994 -
Flags: review?(tellrob)
Attachment #465993 -
Flags: review?(tellrob)
Updated•11 years ago
|
Attachment #465994 -
Flags: review?(tellrob) → review+
Assignee | ||
Updated•11 years ago
|
Attachment #465994 -
Flags: approval2.0?
Comment 2•11 years ago
|
||
Does the NS_GENERIC_FACTORY_CONSTRUCTOR(GfxInfo) still need the namespaces?
Comment 3•11 years ago
|
||
Comment on attachment 465994 [details] [diff] [review] fix v1.1 a2.0=dbaron
Attachment #465994 -
Flags: approval2.0? → approval2.0+
Comment 4•11 years ago
|
||
I applied the patch and it worked for me
Comment 6•11 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/4e5b0b3d1ea0 In the future, please follow these suggestions for using checkin-needed: http://blog.bonardo.net/2010/06/22/so-youre-about-to-use-checkin-needed It's a pain to have to manually set the user and checkin comment when landing your patch.
You need to log in
before you can comment on or make changes to this bug.
Description
•