[Issue 16658] Win32API: default IE ver. set to 4.0 is too old

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Feb 4 03:12:12 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=16658

Dlang Bot <dlang-bot at dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
@LimiQS created dlang/druntime pull request #2929 "Fix Issue 16658: Default IE
version set to 6.0" fixing this issue:

- Fix Issue 16658: Default IE version set to 6.0

  IE 4 it too old. As it only supports up to WinNT 4.0, it's not available on
WinXP or even Win2k. This leads to a mismatch with the default `_WIN32_WINNT =
0x500` (WinXP) value. Make the default IE version set to 6.0 could make more
APIs available at default.

  Also, DMD now supports only `Windows 7 or later, 32 or 64 bit` and Windows 7
has reached End Of Life on 14 January 2020, it could reasonably set default
value to: `_WIN32_WINNT = 0x601` and `_WIN32_IE = 0x800`. But this topic should
be discussed in another PR.

https://github.com/dlang/druntime/pull/2929

--


More information about the Digitalmars-d-bugs mailing list