diff --git a/reactos/boot/freeldr/freeldr/arch/i386/archmach.c b/reactos/boot/freeldr/freeldr/arch/i386/archmach.c
index be3982bdafc..2400029a00c 100644
--- a/reactos/boot/freeldr/freeldr/arch/i386/archmach.c
+++ b/reactos/boot/freeldr/freeldr/arch/i386/archmach.c
@@ -32,9 +32,7 @@ MachInit(const char *CmdLine)
PciId = READ_PORT_ULONG((ULONG*) 0xcfc);
if (0x02a510de == PciId)
{
-#ifdef XBOX
XboxMachInit(CmdLine);
-#endif
}
else
{
diff --git a/reactos/boot/freeldr/freeldr/freeldr_base.xml b/reactos/boot/freeldr/freeldr/freeldr_base.xml
index 4abcd6691d4..ecb24ec286e 100644
--- a/reactos/boot/freeldr/freeldr/freeldr_base.xml
+++ b/reactos/boot/freeldr/freeldr/freeldr_base.xml
@@ -28,16 +28,14 @@
pcrtc.c
pcvideo.c
portio.c
-
- machxbox.c
- xboxcons.c
- xboxdisk.c
- xboxfont.c
- xboxhw.c
- xboxmem.c
- xboxrtc.c
- xboxvideo.c
-
+ machxbox.c
+ xboxcons.c
+ xboxdisk.c
+ xboxfont.c
+ xboxhw.c
+ xboxmem.c
+ xboxrtc.c
+ xboxvideo.c