Reintegrate header-work branch. Important changes include continued work on headers...
[reactos.git] / reactos / boot / freeldr / freeldr / bootmgr.c
index 0959de6..3242a3e 100644 (file)
@@ -119,11 +119,13 @@ VOID RunLoader(VOID)
                return;
        }
 
+#ifdef _M_IX86
        // Load additional SCSI driver (if any)
        if (LoadBootDeviceDriver() != ESUCCESS)
        {
                UiMessageBoxCritical("Unable to load additional boot device driver");
        }
+#endif
 
        if (!IniFileInitialize())
        {