OSDN Git Service

Add missing <wingdi.h> definitions.
[mingw/mingw-org-wsl.git] / w32api / ChangeLog
index 13f1dc7..c636cf7 100644 (file)
@@ -1,3 +1,65 @@
+2021-02-09  Alexei Podtelezhnikov  <apodtele@gmail.com>
+
+       Add missing <wingdi.h> definitions.
+
+       * include/wingdi.h (BI_ALPHABITFIELDS, BI_CMYK, BI_CMYKRLE4)
+       (BI_CMYKRLE8, DIB_PAL_INDICES, OUT_SCREEN_OUTLINE_PRECIS)
+       (BS_MONOPATTERN, LAYOUT_LTR, LCS_sRGB, LCS_WINDOWS_COLOR_SPACE)
+       (PROFILE_EMBEDDED, LCS_PROFILE_EMBEDDED, PROFILE_LINKED)
+       (LCS_PROFILE_LINKED, LCS_GM_ABS_COLORIMETRIC): Define.
+
+2021-01-25  Keith Marshall  <keith@users.osdn.me>
+
+       Represent <winbase.h> file creation bit-flags in hexadecimal.
+
+       * include/winbase.h (FILE_FLAG_OVERLAPPED)
+       (FILE_FLAG_NO_BUFFERING, FILE_FLAG_RANDOM_ACCESS)
+       (FILE_FLAG_SEQUENTIAL_SCAN, FILE_FLAG_DELETE_ON_CLOSE)
+       (FILE_FLAG_BACKUP_SEMANTICS, FILE_FLAG_POSIX_SEMANTICS)
+       (FILE_FLAG_OPEN_REPARSE_POINT, FILE_FLAG_OPEN_NO_RECALL): Use of
+       decimal-value definitions needlessly obfuscates bit-mapped intent;
+       convert all to their hexadecimal equivalents.
+
+2020-07-23  Keith Marshall  <keith@users.osdn.me>
+
+       Prepare and publish MinGW.org WSL-5.4.1 release.
+
+       * All files (wsl-5.4.1-release): Tag assigned.
+
+2020-07-08  Keith Marshall  <keith@users.osdn.me>
+
+       Prepare and publish MinGW.org WSL-5.4 release.
+
+       * All files (wsl-5.4-release): Tag assigned.
+
+2020-07-06  Keith Marshall  <keith@users.osdn.me>
+
+       Prepare and publish MinGW.org WSL-5.3.4 release.
+
+       * All files (wsl-5.3.4-release): Tag assigned.
+
+2020-07-05  Keith Marshall  <keith@users.osdn.me>
+
+       Revert typedef of socklen_t to signed int type.
+
+       * include/ws2tcpip.h (socklen_t): Change from unsigned int to int.
+
+       * include/wspiapi.h (__wspiapi_getnameinfo): In comparison...
+       [len < sizeof(struct sockaddr)]: ...cast RHS to socklen_t, which is
+       the type of len, to ensure type consistency.
+
+2020-06-03  Keith Marshall  <keith@users.osdn.me>
+
+       Prepare and publish MinGW.org WSL-5.3.3 release.
+
+       * All files (wsl-5.3.3-release): Tag assigned.
+
+2020-05-28  Keith Marshall  <keith@users.osdn.me>
+
+       Prepare and publish MinGW.org WSL-5.3.2 release.
+
+       * All files (wsl-5.3.2-release): Tag assigned.
+
 2020-04-30  Keith Marshall  <keith@users.osdn.me>
 
        Prepare and publish MinGW.org WSL-5.3.1 release.