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

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Nov 2 20:07:16 PDT 2016


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

          Issue ID: 16658
           Summary: Win32API: default IE ver. set to 4.0 is too old
           Product: D
           Version: D2
          Hardware: x86
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P1
         Component: druntime
          Assignee: nobody at puremagic.com
          Reporter: jiki at red.email.ne.jp

About Win32 API shipped with 2.070 druntime,
the condition for IE 'version _WIN32_IE = 0x400' ( by default ) is too old.
# See druntime/src/core/sys/windows/w32api.d.

At least, the value should be 0x600(the version bundled with WinXP),
otherwise some GUI enhansements (switch by that) are ignored because they are
shared with the OS.


Note:
If someone made an old app for Win98 or 2000 with the Win32 Bindings
_AND_ he has fixed it for the current druntime,
it may be subject to change.

--


More information about the Digitalmars-d-bugs mailing list