mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 08:11:38 +08:00
8 lines
156 B
C
8 lines
156 B
C
#ifndef _SYS_ELF_REACTOS_H_
|
|
#define _SYS_ELF_REACTOS_H_ 1
|
|
|
|
#define TYPE_PEHEADER (SHT_LOOS+1)
|
|
#define ADDR24_MASK 0x03fffffc
|
|
|
|
#endif/*_SYS_ELF_REACTOS_H_*/
|