fixed typo

This commit is contained in:
Arvid Norberg 2010-03-31 04:22:48 +00:00
parent 310dd7d6f3
commit a0a8c695ab
1 changed files with 1 additions and 1 deletions

View File

@ -562,7 +562,7 @@ namespace aux {
// version.
boost::uint32_t windows_version
= ((osv.dwMajorVersion & 0xff) << 16)
| ((osv.dwMinorVersion & 0xff) << 8);
| ((osv.dwMinorVersion & 0xff) << 8)
| (osv.wServicePackMajor & 0xff);
// this is the format of windows_version