Remove support for machine specific versions of DiskGetBootVolume and DiskGetSystemVolume
[reactos.git] / reactos / boot / freeldr / freeldr / reactos / reactos.c
index ec27cac..80b26c9 100644 (file)
@@ -758,7 +758,7 @@ LoadAndBootReactOS(PCSTR OperatingSystemName)
     /*
      * Try to get system volume
      */
-    if (!MachDiskGetSystemVolume(SystemPath, szBootPath, &LoaderBlock.BootDevice))
+    if (!DiskGetSystemVolume(SystemPath, szBootPath, &LoaderBlock.BootDevice))
     {
         UiMessageBox("Failed to get system volume.");
         return;