mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
remove #define IMAGE_FILE_MACHINE_* from elf32.c it hack for we did miss them in the winnt.h header before, now seen few rev back we got them in right place.
svn path=/trunk/; revision=25278
This commit is contained in:
parent
30c9c68789
commit
88784c27ec
1 changed files with 0 additions and 5 deletions
|
@ -11,11 +11,6 @@
|
||||||
#define __ELF_WORD_SIZE 32
|
#define __ELF_WORD_SIZE 32
|
||||||
#include "elf.inc.h"
|
#include "elf.inc.h"
|
||||||
|
|
||||||
//#define IMAGE_FILE_MACHINE_ARM 0x01c0 // ARM little-endian
|
|
||||||
#define IMAGE_FILE_MACHINE_AXP64 IMAGE_FILE_MACHINE_ALPHA64
|
|
||||||
#define IMAGE_FILE_MACHINE_ALPHA64 0x0284 // Alpha AXP, full 64-bit support
|
|
||||||
#define IMAGE_FILE_MACHINE_M32R 0x9041 // M32R little-endian
|
|
||||||
|
|
||||||
extern NTSTATUS NTAPI Elf64FmtCreateSection
|
extern NTSTATUS NTAPI Elf64FmtCreateSection
|
||||||
(
|
(
|
||||||
IN CONST VOID * FileHeader,
|
IN CONST VOID * FileHeader,
|
||||||
|
|
Loading…
Reference in a new issue