mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00: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_*/
|