[USETUP]
[reactos.git] / reactos / base / setup / usetup / registry.h
index c0a1411..63d2b67 100644 (file)
@@ -12,9 +12,9 @@
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *  GNU General Public License for more details.
  *
- *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  You should have received a copy of the GNU General Public License along
+ *  with this program; if not, write to the Free Software Foundation, Inc.,
+ *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 /* $Id$
  * COPYRIGHT:       See COPYING in the top level directory
  * 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 */