Browse Source

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

git-svn-id: trunk@39666 -
michael 7 years ago
parent
commit
a6f61d6cd7
1 changed files with 1 additions and 1 deletions
  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);