Closed
Bug 1775117
Opened 2 years ago
Closed 2 years ago
WinUtils.cpp doesn't build under the Windows SDK 10.0.22621.0
Categories
(Core :: Widget: Win32, task)
Tracking
()
RESOLVED
FIXED
103 Branch
Tracking | Status | |
---|---|---|
firefox103 | --- | fixed |
People
(Reporter: gsvelto, Assigned: gsvelto)
Details
Attachments
(1 file)
As per title, we hit this failure:
0:16.24 In file included from Unified_cpp_widget_windows1.cpp:83:
0:16.24 C:/Users/gsvelto/projects/mozilla-central/widget/windows/WinUtils.cpp(1856,38): error: use of undeclared identifier 'AR_STATE'
This is because in the older SDK the AR_STATE
was defined if WINVER >= 0x0601
while it is now defined only if WINVER >= 0x0602
. That's an odd change but maybe the original check was wrong?
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → gsvelto
Status: NEW → ASSIGNED
Pushed by gsvelto@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e70d26c2d2a1
Fix Windows builds when using version 10.0.22621.0 of the Windows SDK r=handyman
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•