Move resource constant to local header file

svn path=/trunk/; revision=11318
This commit is contained in:
Gé van Geldorp 2004-10-17 18:51:09 +00:00
parent f7f880f8e9
commit 9f4291ecfc
3 changed files with 9 additions and 3 deletions

View file

@ -18,16 +18,16 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id: bootvid.c,v 1.12 2004/06/08 19:31:10 navaraf Exp $
* $Id: bootvid.c,v 1.13 2004/10/17 18:51:09 gvg Exp $
*/
/* INCLUDES ******************************************************************/
#include <ddk/ntddk.h>
#include <ddk/ntbootvid.h>
#include <reactos/resource.h>
#include <rosrtl/string.h>
#include "bootvid.h"
#include "resource.h"
#define NDEBUG
#include <debug.h>

View file

@ -1,4 +1,6 @@
/* $Id: bootvid.rc,v 1.2 2004/10/16 20:27:21 gvg Exp $ */
/* $Id: bootvid.rc,v 1.3 2004/10/17 18:51:09 gvg Exp $ */
#include "resource.h"
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Boot Video\0"

View file

@ -0,0 +1,4 @@
/* $Id: resource.h,v 1.1 2004/10/17 18:51:09 gvg Exp $ */
/* Bitmaps */
#define IDB_BOOTIMAGE 100