Sync with trunk r63283
[reactos.git] / base / setup / usetup / settings.h
index fb8cd3c..5282474 100644 (file)
 #pragma once
 
 PGENERIC_LIST
-CreateComputerTypeList(HINF InfFile);
+CreateComputerTypeList(
+    HINF InfFile);
 
 PGENERIC_LIST
-CreateDisplayDriverList(HINF InfFile);
+CreateDisplayDriverList(
+    HINF InfFile);
 
 BOOLEAN
-ProcessComputerFiles(HINF InfFile,
-                      PGENERIC_LIST List,
-                      PWCHAR* AdditionalSectionName);
+ProcessComputerFiles(
+    HINF InfFile,
+    PGENERIC_LIST List,
+    PWCHAR *AdditionalSectionName);
 
 BOOLEAN
-ProcessDisplayRegistry(HINF InfFile,
-                      PGENERIC_LIST List);
+ProcessDisplayRegistry(
+    HINF InfFile,
+    PGENERIC_LIST List);
 
 PGENERIC_LIST
-CreateKeyboardDriverList(HINF InfFile);
+CreateKeyboardDriverList(
+    HINF InfFile);
 
 PGENERIC_LIST
-CreateKeyboardLayoutList(HINF InfFile, WCHAR *DefaultKBLayout);
+CreateKeyboardLayoutList(
+    HINF InfFile,
+    WCHAR *DefaultKBLayout);
 
-PGENERIC_LIST 
-CreateLanguageList(HINF InfFile, WCHAR * DefaultLanguage);
+PGENERIC_LIST
+CreateLanguageList(
+    HINF InfFile,
+    WCHAR *DefaultLanguage);
 
 ULONG
 GetDefaultLanguageIndex(VOID);
 
 BOOLEAN
-ProcessLocaleRegistry(PGENERIC_LIST List);
+ProcessLocaleRegistry(
+    PGENERIC_LIST List);
 
 BOOLEAN
-ProcessKeyboardLayoutRegistry(PGENERIC_LIST List);
+ProcessKeyboardLayoutRegistry(
+    PGENERIC_LIST List);
 
 BOOLEAN
-ProcessKeyboardLayoutFiles(PGENERIC_LIST List);
+ProcessKeyboardLayoutFiles(
+    PGENERIC_LIST List);
 
 BOOLEAN
-SetGeoID(PWCHAR Id);
+SetGeoID(
+    PWCHAR Id);
 
 /* EOF */