mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[FREELDR]
Fix build with MSVC svn path=/trunk/; revision=52345
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
#include <asm.inc>
|
||||
#include <arch/pc/x86common.h>
|
||||
|
||||
EXTERN i386CallRealMode:PROC
|
||||
|
||||
.code32
|
||||
|
||||
/*
|
||||
|
||||
@@ -5,12 +5,4 @@
|
||||
.code32
|
||||
|
||||
|
||||
// globals
|
||||
|
||||
PUBLIC _BootOldLinuxKernel
|
||||
_BootOldLinuxKernel:
|
||||
|
||||
PUBLIC _BootNewLinuxKernel
|
||||
_BootNewLinuxKernel:
|
||||
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user