Fix version compare for MSW 3D Connexion mouse
This commit is contained in:
parent
1a8fcdfdd7
commit
7af5037ad7
|
@ -48,5 +48,5 @@ bool KIPLATFORM::DRIVERS::Valid3DConnexionDriverVersion()
|
||||||
RegCloseKey( hKey );
|
RegCloseKey( hKey );
|
||||||
}
|
}
|
||||||
|
|
||||||
return !version.empty() && compareVersionStrings( MIN_WIN_VERSION, version );
|
return !version.empty() && compareVersionStrings( MIN_WIN_VERSION, version ) <= 0;
|
||||||
}
|
}
|
Loading…
Reference in New Issue