2003-04-14 17:19:42 +00:00
|
|
|
|
/*
|
|
|
|
|
* ReactOS kernel
|
2006-09-10 15:39:11 +00:00
|
|
|
|
* Copyright (C) 2006 ReactOS Team
|
2003-04-14 17:19:42 +00:00
|
|
|
|
*
|
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
|
|
|
* (at your option) any later version.
|
|
|
|
|
*
|
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
|
*
|
2009-10-27 10:34:16 +00:00
|
|
|
|
* 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.
|
2003-04-14 17:19:42 +00:00
|
|
|
|
*/
|
2016-01-16 23:54:45 +00:00
|
|
|
|
/*
|
|
|
|
|
* COPYRIGHT: See COPYING in the top level directory
|
2003-04-14 17:19:42 +00:00
|
|
|
|
* PROJECT: ReactOS hive maker
|
|
|
|
|
* FILE: tools/mkhive/reginf.h
|
|
|
|
|
* PURPOSE: Inf file import code
|
2006-09-10 15:39:11 +00:00
|
|
|
|
* PROGRAMMER: Herv<EFBFBD> Poussineau
|
2003-04-14 17:19:42 +00:00
|
|
|
|
*/
|
|
|
|
|
|
2010-02-26 11:43:19 +00:00
|
|
|
|
#pragma once
|
2003-04-14 17:19:42 +00:00
|
|
|
|
|
|
|
|
|
BOOL
|
2006-09-10 15:39:11 +00:00
|
|
|
|
ImportRegistryFile(PCHAR Filename);
|
2003-04-14 17:19:42 +00:00
|
|
|
|
|
|
|
|
|
/* EOF */
|