do not call on NtQuerySecurityObject in RegQueryInfoKey for it will always fail...
authorMagnus Olsen <magnus@greatlord.com>
Thu, 29 Dec 2005 20:31:22 +0000 (20:31 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Thu, 29 Dec 2005 20:31:22 +0000 (20:31 +0000)
commit3930c5e3066005072f3cedc9f3c0f38ff0934802
treefc14e55b37fc6cb58c262d3d6d8d7b00553acedd
parent3785fc8f828f1ef0070dbf0bcb6d788d1a7bf203
do not call on  NtQuerySecurityObject in RegQueryInfoKey for it will always fail on reactos.
adding #ifndef __REACTOS__ around that code and should be remove when we have that call implement in reactos.

svn path=/trunk/; revision=20437
reactos/lib/advapi32/reg/reg.c