mirror of
https://github.com/reactos/reactos.git
synced 2024-12-14 06:33:30 +08:00
[FREELDR] Fix x64 build.
This commit is contained in:
parent
5b326e74cd
commit
268cdf5702
@ -154,7 +154,7 @@ elseif(ARCH STREQUAL "amd64")
|
||||
list(APPEND FREELDR_ARC_SOURCE
|
||||
lib/fs/pxe.c
|
||||
arch/i386/ntoskrnl.c
|
||||
arch/i386/drivemap.c
|
||||
# arch/i386/drivemap.c
|
||||
arch/i386/hardware.c
|
||||
arch/i386/hwacpi.c
|
||||
arch/i386/hwapm.c
|
||||
|
@ -164,7 +164,7 @@ VOID LoadOperatingSystem(IN OperatingSystemItem* OperatingSystem)
|
||||
/* We must have the "BootType" value (it has been possibly added by InitOperatingSystemList()) */
|
||||
ASSERT(*BootType);
|
||||
|
||||
#if defined(_M_IX86)
|
||||
#ifdef _M_IX86
|
||||
/* Install the drive mapper according to this section drive mappings */
|
||||
DriveMapMapDrivesInSection(SectionName);
|
||||
#endif
|
||||
|
@ -107,10 +107,10 @@
|
||||
#include <arch/pc/machpc.h>
|
||||
#include <arch/pc/x86common.h>
|
||||
#include <arch/pc/pxe.h>
|
||||
#include <arch/i386/drivemap.h>
|
||||
#endif
|
||||
#if defined(_M_IX86)
|
||||
#include <arch/i386/i386.h>
|
||||
#include <arch/i386/drivemap.h>
|
||||
#include <arch/i386/machxbox.h>
|
||||
#include <internal/i386/intrin_i.h>
|
||||
#elif defined(_M_AMD64)
|
||||
|
Loading…
Reference in New Issue
Block a user