Explorar el Código

* Fix bug #34176, use access field when creating key

git-svn-id: trunk@39666 -
michael hace 7 años
padre
commit
a6f61d6cd7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/fcl-registry/src/winreg.inc

+ 1 - 1
packages/fcl-registry/src/winreg.inc

@@ -58,7 +58,7 @@ begin
                               0,
                               '',
                               REG_OPTION_NON_VOLATILE,
-                              KEY_ALL_ACCESS,
+                              FACCESS,
                               SecurityAttributes,
                               Handle,
                               @Disposition);