• 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

Revision51a4bcb7ee8520651babf31794d87d8ccd35f61f (tree)
Time2013-08-02 03:44:29
AuthorEarnie Boyd <earnie@user...>
CommiterEarnie Boyd

Log Message

Change typo OSDIR to be OSVER. [bugs/2009]

Change Summary

Incremental Difference

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
1+2013-08-01 Earnie Boyd <earnie@users.sourceforge.net>
2+
3+ Correct typo causing errors under some conditions.
4+
5+ * include/sdkddkver.h: Change OSDIR to OSVER.
6+
17 2013-07-28 Earnie Boyd <earnie@users.sourceforge.net>
28
39 Correction for issue #2007.
--- a/include/sdkddkver.h
+++ b/include/sdkddkver.h
@@ -133,7 +133,7 @@
133133 */
134134 #ifdef NTDDI_VERSION
135135 # ifdef _WIN32_WINNT
136-# if _WIN32_WINNT != OSDIR(NTDDI_VERSION)
136+# if _WIN32_WINNT != OSVER(NTDDI_VERSION)
137137 # error The _WIN32_WINNT value does not match NTDDI_VERSION
138138 # endif
139139 # else
Show on old repository browser