From 412fd567f10b3e1c70652abc1031f1bebb27bba4 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sat, 18 Jun 2011 15:27:41 +0000 Subject: [PATCH] [FREELDR] Fix build with MSVC svn path=/trunk/; revision=52345 --- reactos/boot/freeldr/freeldr/arch/i386/linux.cmake.S | 2 ++ reactos/boot/freeldr/freeldr/arch/i386/realmode.S | 8 -------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/reactos/boot/freeldr/freeldr/arch/i386/linux.cmake.S b/reactos/boot/freeldr/freeldr/arch/i386/linux.cmake.S index a0363810c4a..e605aea301b 100644 --- a/reactos/boot/freeldr/freeldr/arch/i386/linux.cmake.S +++ b/reactos/boot/freeldr/freeldr/arch/i386/linux.cmake.S @@ -20,6 +20,8 @@ #include #include +EXTERN i386CallRealMode:PROC + .code32 /* diff --git a/reactos/boot/freeldr/freeldr/arch/i386/realmode.S b/reactos/boot/freeldr/freeldr/arch/i386/realmode.S index 333f9425b91..0a146c573e4 100644 --- a/reactos/boot/freeldr/freeldr/arch/i386/realmode.S +++ b/reactos/boot/freeldr/freeldr/arch/i386/realmode.S @@ -5,12 +5,4 @@ .code32 -// globals - -PUBLIC _BootOldLinuxKernel -_BootOldLinuxKernel: - -PUBLIC _BootNewLinuxKernel -_BootNewLinuxKernel: - END