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:
Magnus Olsen 2007-01-02 17:01:21 +00:00
parent 30c9c68789
commit 88784c27ec

View file

@ -11,11 +11,6 @@
#define __ELF_WORD_SIZE 32
#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
(
IN CONST VOID * FileHeader,