Closed Bug 1338553 Opened 7 years ago Closed 7 years ago

Build bustage: widget/windows/WinUtils.cpp(1830): error C3861: 'SHGetKnownFolderPath': identifier not found

Categories

(Core :: DOM: Editor, defect)

defect
Not set
blocker

Tracking

()

RESOLVED FIXED
mozilla54
Tracking Status
firefox54 --- fixed

People

(Reporter: mayhemer, Assigned: ehoogeveen)

References

Details

Attachments

(1 file)

Nearly clean .mozconfig, no local patches, clobbered build.

Debug, win32, on win10, sdk 8.1, vs'15.
Assignee: nobody → m_kato
Looks like this is just missing an include. From [1] we need shlobj.h here; this patch fixes it for me locally.

[1] https://msdn.microsoft.com/en-us/library/windows/desktop/bb762188.aspx
Assignee: m_kato → emanuel.hoogeveen
Attachment #8836164 - Flags: review?(m_kato)
Comment on attachment 8836164 [details] [diff] [review]
Fix missing include in WinUtils.

Review of attachment 8836164 [details] [diff] [review]:
-----------------------------------------------------------------

Thanks.
Attachment #8836164 - Flags: review?(m_kato) → review+
This clearly isn't showing up in automation, so I don't think a try run is going to do any good. I did include this patch in a build-only try run for another bug and didn't see any bustage.
Keywords: checkin-needed
Pushed by mozilla@noorenberghe.ca:
https://hg.mozilla.org/integration/mozilla-inbound/rev/367692beef13
Fix missing include in WinUtils. r=m_kato
Keywords: checkin-needed
(In reply to Emanuel Hoogeveen [:ehoogeveen] from comment #3)
> This clearly isn't showing up in automation, so I don't think a try run is
> going to do any good. I did include this patch in a build-only try run for
> another bug and didn't see any bustage.

It might be interesting to figure out why it does not show up in automation.
https://hg.mozilla.org/mozilla-central/rev/367692beef13
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: