Ver Fonte

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

git-svn-id: trunk@39666 -
michael há 7 anos atrás
pai
commit
a6f61d6cd7
1 ficheiros alterados com 1 adições e 1 exclusões
  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);