• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

The MinGW.org Windows System Libraries


Commit MetaInfo

修订版51a4bcb7ee8520651babf31794d87d8ccd35f61f (tree)
时间2013-08-02 03:44:29
作者Earnie Boyd <earnie@user...>
CommiterEarnie Boyd

Log Message

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

更改概述

差异

--- 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