소스 검색

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

git-svn-id: trunk@39666 -
michael 7 년 전
부모
커밋
a6f61d6cd7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);