https://bz.apache.org/bugzilla/show_bug.cgi?id=65329
Bug ID: 65329
Summary: Incorrect handling for WINVER on NMAKEmakefile
Product: Tomcat Native
Version: 1.2.28
Hardware: PC
Status: NEW
Severity: major
Priority: P2
Component: Library
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
The supplied NMAKEmakefiles
* does not recognize Windows releases after 7 (8, 8.1, 10),
* passes incorrect macro values to activate features in the compiler, e.g,
-D_WIN32_WINNT=0x0700 for Windows 7. The value is wrong.
Proper values are documented here:
*
https://docs.microsoft.com/en-us/cpp/porting/modifying-winver-and-win32-winnt?view=msvc-160
*
https://docs.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-osversioninfoa
So those files need to add new values and fix existing incorrect values.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]