forked from premiere/premiere-libtorrent
fixed typo
This commit is contained in:
parent
310dd7d6f3
commit
a0a8c695ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue