From 0c077106ad7142fdb832b090be8a02ceda36a07a Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Mon, 23 May 2011 07:57:44 +0000 Subject: [PATCH] [FREELDR] "Fix" build with MSVC svn path=/trunk/; revision=51856 --- reactos/boot/freeldr/freeldr/arch/i386/realmode.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/boot/freeldr/freeldr/arch/i386/realmode.S b/reactos/boot/freeldr/freeldr/arch/i386/realmode.S index 4464a17ad70..78a1faecb2d 100644 --- a/reactos/boot/freeldr/freeldr/arch/i386/realmode.S +++ b/reactos/boot/freeldr/freeldr/arch/i386/realmode.S @@ -76,5 +76,7 @@ _PnpBiosSupported: PUBLIC _Int386 _Int386: +PUBLIC _PxeCallApi +_PxeCallApi: END