Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / ntoskrnl / include / internal / registry.h
index 1921071..20733f5 100644 (file)
@@ -2,13 +2,17 @@
 #ifndef __INCLUDE_INTERNAL_REGISTRY_H
 #define __INCLUDE_INTERNAL_REGISTRY_H
 
+#ifndef AS_INVOKED
+
 NTSTATUS
 RtlpGetRegistryHandle(ULONG RelativeTo,
-                     PWSTR Path,
+                     PCWSTR Path,
                      BOOLEAN Create,
                      PHANDLE KeyHandle);
 
 NTSTATUS
 RtlpCreateRegistryKeyPath(PWSTR Path);
 
+#endif /* !AS_INVOKED */
+
 #endif /* __INCLUDE_INTERNAL_REGISTRY_H */