The MinGW.org Windows System Libraries
Révision | 51a4bcb7ee8520651babf31794d87d8ccd35f61f (tree) |
---|---|
l'heure | 2013-08-02 03:44:29 |
Auteur | Earnie Boyd <earnie@user...> |
Commiter | Earnie Boyd |
Change typo OSDIR to be OSVER. [bugs/2009]
@@ -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 | + | |
1 | 7 | 2013-07-28 Earnie Boyd <earnie@users.sourceforge.net> |
2 | 8 | |
3 | 9 | Correction for issue #2007. |
@@ -133,7 +133,7 @@ | ||
133 | 133 | */ |
134 | 134 | #ifdef NTDDI_VERSION |
135 | 135 | # ifdef _WIN32_WINNT |
136 | -# if _WIN32_WINNT != OSDIR(NTDDI_VERSION) | |
136 | +# if _WIN32_WINNT != OSVER(NTDDI_VERSION) | |
137 | 137 | # error The _WIN32_WINNT value does not match NTDDI_VERSION |
138 | 138 | # endif |
139 | 139 | # else |