(SIGAR-185) fix RegistryKey open on windows 2000

This commit is contained in:
Doug MacEachern 2009-10-23 14:50:29 -07:00
parent 6eef4f7cdc
commit 32040563ce
1 changed files with 1 additions and 0 deletions

1
bindings/java/src/jni/win32/registrykey.cpp Normal file → Executable file
View File

@ -115,6 +115,7 @@ JNIEXPORT jint SIGAR_JNI(win32_RegistryKey_RegLoadKey)
#endif
static DWORD RegOpenOpts[] = {
0,
KEY_WOW64_32KEY,
KEY_WOW64_64KEY
};