Procházet zdrojové kódy

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

git-svn-id: trunk@39666 -
michael před 7 roky
rodič
revize
a6f61d6cd7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);