(SIGAR-185) fix RegistryKey open on windows 2000
This commit is contained in:
parent
6eef4f7cdc
commit
32040563ce
|
@ -115,6 +115,7 @@ JNIEXPORT jint SIGAR_JNI(win32_RegistryKey_RegLoadKey)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static DWORD RegOpenOpts[] = {
|
static DWORD RegOpenOpts[] = {
|
||||||
|
0,
|
||||||
KEY_WOW64_32KEY,
|
KEY_WOW64_32KEY,
|
||||||
KEY_WOW64_64KEY
|
KEY_WOW64_64KEY
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue