Home
last modified time | relevance | path

Searched refs:rightPart (Results 1 – 1 of 1) sorted by relevance

/reactos/base/applications/rapps/
H A Dappinfo.cpp92 CStringW rightPart = right.Tokenize(L".", nRight); in CompareVersion() local
94 if (leftPart.IsEmpty() && rightPart.IsEmpty()) in CompareVersion()
98 if (rightPart.IsEmpty()) in CompareVersion()
105 if (!StrToIntExW(rightPart, STIF_DEFAULT, &rightVal)) in CompareVersion()