Commit in reactos/drivers/dd/bootvid on MAIN
resource.h+4added 1.1
bootvid.c+2-21.12 -> 1.13
bootvid.rc+3-11.2 -> 1.3
+9-3
1 added + 2 modified, total 3 files
Move resource constant to local header file

reactos/drivers/dd/bootvid
resource.h added at 1.1
diff -N resource.h
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ resource.h	17 Oct 2004 18:51:09 -0000	1.1
@@ -0,0 +1,4 @@
+/* $Id: resource.h,v 1.1 2004/10/17 18:51:09 gvg Exp $ */
+
+/* Bitmaps */
+#define IDB_BOOTIMAGE       100

reactos/drivers/dd/bootvid
bootvid.c 1.12 -> 1.13
diff -u -r1.12 -r1.13
--- bootvid.c	8 Jun 2004 19:31:10 -0000	1.12
+++ bootvid.c	17 Oct 2004 18:51:09 -0000	1.13
@@ -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>

reactos/drivers/dd/bootvid
bootvid.rc 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- bootvid.rc	16 Oct 2004 20:27:21 -0000	1.2
+++ bootvid.rc	17 Oct 2004 18:51:09 -0000	1.3
@@ -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"
CVSspam 0.2.8