Closed
Bug 298625
Opened 20 years ago
Closed 20 years ago
Operating system requirements
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: d_king, Unassigned)
Details
As http://www.mozilla.org/products/firefox/system-requirements states (by exclusion) that we no longer support Windows 95, all hard coded occurances of _WIN32_WINNT should be changed from 0x400 to 0x410 as per information found at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winprog/winprog/using_the_windows_headers.asp This will stop us building Win95 compatible code that is not used, and will enable us to use SDK functions that aren't available under Win95.
| Reporter | ||
Updated•20 years ago
|
Flags: blocking1.8b4?
Comment 1•20 years ago
|
||
We do happen to continue supporting win95 as long as there are certain prerequisite libraries installed (the MSVC6 runtime libs). We do not intend to break this compatibility without a really compelling reason (e.g. gdi+).
Updated•20 years ago
|
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 2•20 years ago
|
||
In that case, should I file a seperate bug to get the System Requirements page updated?
Updated•19 years ago
|
Flags: blocking1.8b4?
| Assignee | ||
Updated•6 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•