mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[RTL]
- Remove unneeded type-casts svn path=/trunk/; revision=72510
This commit is contained in:
parent
7b880d99d0
commit
cc64f06a82
1 changed files with 2 additions and 2 deletions
|
@ -205,8 +205,8 @@ RtlVerifyVersionInfo(IN PRTL_OSVERSIONINFOEXW VersionInfo,
|
||||||
Condition = RtlpVerGetCondition(ConditionMask, VER_SERVICEPACKMINOR);
|
Condition = RtlpVerGetCondition(ConditionMask, VER_SERVICEPACKMINOR);
|
||||||
}
|
}
|
||||||
|
|
||||||
Comparison = RtlpVerCompare((ULONG)Version.wServicePackMinor,
|
Comparison = RtlpVerCompare(Version.wServicePackMinor,
|
||||||
(ULONG)VersionInfo->wServicePackMinor,
|
VersionInfo->wServicePackMinor,
|
||||||
Condition);
|
Condition);
|
||||||
|
|
||||||
if (!Comparison)
|
if (!Comparison)
|
||||||
|
|
Loading…
Reference in a new issue