Synchronize with trunk's revision r57629.
[reactos.git] / base / setup / usetup / registry.h
index 0b41cd3..63d2b67 100644 (file)
  * PROGRAMMER:      Eric Kohl
  */
 
-#ifndef __REGISTRY_H__
-#define __REGISTRY_H__
+#pragma once
 
 BOOLEAN
 ImportRegistryFile(PWSTR Filename,
                   PWSTR Section,
+                  LCID LocaleId,
                   BOOLEAN Delete);
 
 BOOLEAN
@@ -38,6 +38,4 @@ SetInstallPathValue(PUNICODE_STRING InstallPath);
 BOOLEAN
 SetMountedDeviceValue(CHAR Letter, ULONG Signature, LARGE_INTEGER StartingOffset);
 
-#endif /* __REGISTRY_H__ */
-
 /* EOF */