diff --git a/reactos/boot/freeldr/freeldr/bootmgr.c b/reactos/boot/freeldr/freeldr/bootmgr.c index 5bbfca862a0..ea860992c58 100644 --- a/reactos/boot/freeldr/freeldr/bootmgr.c +++ b/reactos/boot/freeldr/freeldr/bootmgr.c @@ -122,12 +122,14 @@ VOID RunLoader(VOID) // to have different install methods, etc. LoadReactOSSetup(); } +#ifdef __i386__ else if (_stricmp(SettingValue, "ReactOSSetup2") == 0) { // WinLdr-style boot LoadReactOSSetup2(); } #endif +#endif #ifdef __i386__ else if (_stricmp(SettingValue, "WindowsNT40") == 0) {