• R/O
  • HTTP
  • SSH
  • HTTPS

mingw-org-wsl: Commit

The MinGW.OSDN Windows System Libraries. Formerly designated as "MinGW.org Windows System Libraries", this encapsulates the "mingwrt" C runtime library extensions, and the "w32api" 32-bit MS-Windows API libraries.

Please note that this project no longer owns the "MinGW.org" domain name; any software which may be distributed from that domain is NOT supported by this project.


Commit MetaInfo

Révisioned60d1166728d09e32de4b5c07a36ebaa7378b3d (tree)
l'heure2021-02-14 02:12:51
AuteurKeith Marshall <keith@user...>
CommiterKeith Marshall

Message de Log

Update support for Internet Explorer features selection macros.

Change Summary

Modification

--- a/w32api/ChangeLog
+++ b/w32api/ChangeLog
@@ -1,5 +1,12 @@
11 2021-02-13 Keith Marshall <keith@users.osdn.me>
22
3+ Update support for Internet Explorer features selection macros.
4+
5+ * include/sdkddkver.h (_WIN32_IE_IE90)
6+ (_WIN32_IE_IE100, _WIN32_IE_IE110): Define.
7+
8+2021-02-13 Keith Marshall <keith@users.osdn.me>
9+
310 Add support for Windows-10 features selection macros.
411
512 * include/sdkddkver.h (_WIN32_WINNT_WIN10): Define.
--- a/w32api/include/sdkddkver.h
+++ b/w32api/include/sdkddkver.h
@@ -89,6 +89,9 @@
8989 #define _WIN32_IE_IE60SP2 0x0603
9090 #define _WIN32_IE_IE70 0x0700
9191 #define _WIN32_IE_IE80 0x0800
92+#define _WIN32_IE_IE90 0x0900
93+#define _WIN32_IE_IE100 0x0A00
94+#define _WIN32_IE_IE110 0x0A00
9295
9396 #define _WIN32_IE_IE30 0x0300
9497 #define _WIN32_IE_IE301 0x0301
Afficher sur ancien navigateur de dépôt.