mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:53:07 +00:00
[FREELDR]
Fix build with MSVC svn path=/trunk/; revision=52345
This commit is contained in:
parent
4d376d097a
commit
412fd567f1
2 changed files with 2 additions and 8 deletions
|
@ -20,6 +20,8 @@
|
||||||
#include <asm.inc>
|
#include <asm.inc>
|
||||||
#include <arch/pc/x86common.h>
|
#include <arch/pc/x86common.h>
|
||||||
|
|
||||||
|
EXTERN i386CallRealMode:PROC
|
||||||
|
|
||||||
.code32
|
.code32
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -5,12 +5,4 @@
|
||||||
.code32
|
.code32
|
||||||
|
|
||||||
|
|
||||||
// globals
|
|
||||||
|
|
||||||
PUBLIC _BootOldLinuxKernel
|
|
||||||
_BootOldLinuxKernel:
|
|
||||||
|
|
||||||
PUBLIC _BootNewLinuxKernel
|
|
||||||
_BootNewLinuxKernel:
|
|
||||||
|
|
||||||
END
|
END
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue