mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[RTL]
- Remove unneeded type-casts svn path=/trunk/; revision=72510
This commit is contained in:
@@ -205,8 +205,8 @@ RtlVerifyVersionInfo(IN PRTL_OSVERSIONINFOEXW VersionInfo,
|
||||
Condition = RtlpVerGetCondition(ConditionMask, VER_SERVICEPACKMINOR);
|
||||
}
|
||||
|
||||
Comparison = RtlpVerCompare((ULONG)Version.wServicePackMinor,
|
||||
(ULONG)VersionInfo->wServicePackMinor,
|
||||
Comparison = RtlpVerCompare(Version.wServicePackMinor,
|
||||
VersionInfo->wServicePackMinor,
|
||||
Condition);
|
||||
|
||||
if (!Comparison)
|
||||
|
||||
Reference in New Issue
Block a user