Fix MSW registry key for 3dconnection
See discussion at 7af5037ad7 (note_1568602292)
This commit is contained in:
parent
a6e883327a
commit
c497abd8ee
|
@ -32,7 +32,7 @@ bool KIPLATFORM::DRIVERS::Valid3DConnexionDriverVersion()
|
||||||
|
|
||||||
// Open the registry key for 3dConnexion
|
// Open the registry key for 3dConnexion
|
||||||
if( RegOpenKeyEx( HKEY_LOCAL_MACHINE,
|
if( RegOpenKeyEx( HKEY_LOCAL_MACHINE,
|
||||||
L"Software\\3Dconnexion\\3DxWare Version",
|
L"Software\\3Dconnexion\\3DxSoftware\\Version",
|
||||||
0, KEY_READ, &hKey ) == ERROR_SUCCESS )
|
0, KEY_READ, &hKey ) == ERROR_SUCCESS )
|
||||||
{
|
{
|
||||||
char buffer[256];
|
char buffer[256];
|
||||||
|
|
Loading…
Reference in New Issue