mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
Comment out definition of IMAGE_FILE_MACHINE_ARM to fix compilation - please fix properly.
svn path=/trunk/; revision=25277
This commit is contained in:
parent
f17d99c983
commit
30c9c68789
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
#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_ARM 0x01c0 // ARM little-endian
|
||||||
#define IMAGE_FILE_MACHINE_AXP64 IMAGE_FILE_MACHINE_ALPHA64
|
#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_ALPHA64 0x0284 // Alpha AXP, full 64-bit support
|
||||||
#define IMAGE_FILE_MACHINE_M32R 0x9041 // M32R little-endian
|
#define IMAGE_FILE_MACHINE_M32R 0x9041 // M32R little-endian
|
||||||
|
|
Loading…
Reference in a new issue