rename version.h to ver.h to avoid a possible conflict with include/reactos/version.h
authorThomas Bluemel <thomas@reactsoft.com>
Mon, 4 Sep 2006 20:14:48 +0000 (20:14 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Mon, 4 Sep 2006 20:14:48 +0000 (20:14 +0000)
svn path=/trunk/; revision=23916

reactos/boot/freeldr/freeldr/arch/i386/i386trap.S
reactos/boot/freeldr/freeldr/include/freeldr.h
reactos/boot/freeldr/freeldr/include/ver.h [moved from reactos/boot/freeldr/freeldr/include/version.h with 100% similarity]

index c8b132b..4a36731 100644 (file)
@@ -22,7 +22,7 @@
 
 #define ASM
 #include <arch.h>
-#include <version.h>
+#include <ver.h>
 
 #define SCREEN_ATTR 0x1f                       /* Bright white on blue background */
 
index c2cf1e1..e72edd7 100644 (file)
@@ -64,7 +64,7 @@
 #endif
 /* misc files */
 #include <keycodes.h>
-#include <version.h>
+#include <ver.h>
 #include <cmdline.h>
 /* Needed by boot manager */
 #include <bootmgr.h>