Sync with trunk r63270.
[reactos.git] / base / setup / usetup / registry.h
index 2b23cd8..de02b0e 100644 (file)
 #pragma once
 
 BOOLEAN
-ImportRegistryFile(PWSTR Filename,
-                  PWSTR Section,
-                  LCID LocaleId,
-                  BOOLEAN Delete);
+ImportRegistryFile(
+    PWSTR Filename,
+    PWSTR Section,
+    LCID LocaleId,
+    BOOLEAN Delete);
 
 BOOLEAN
-SetInstallPathValue(PUNICODE_STRING InstallPath);
+SetInstallPathValue(
+    PUNICODE_STRING InstallPath);
 
 BOOLEAN
-SetMountedDeviceValue(CHAR Letter, ULONG Signature, LARGE_INTEGER StartingOffset);
+SetMountedDeviceValue(
+    CHAR Letter,
+    ULONG Signature,
+    LARGE_INTEGER StartingOffset);
 
 VOID
-SetDefaultPagefile(WCHAR Drive);
+SetDefaultPagefile(
+    WCHAR Drive);
 
 /* EOF */