LIEF: Library to Instrument Executable Formats Version 0.17.0
Loading...
Searching...
No Matches
PE/enums.h
Go to the documentation of this file.
1#ifndef LIEF_PE_C_ENUMS_H_
2#define LIEF_PE_C_ENUMS_H_
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8#define _LIEF_EN(N) LIEF_PE_##N
9#define _LIEF_EN_2(N, TYPE) LIEF_PE_##N
10#define _LIEF_EI(X) LIEF_PE_##X
11
12#include "LIEF/PE/enums.inc"
13
14#undef _LIEF_EN
15#undef _LIEF_EN_2
16#undef _LIEF_EI
17
18
19#ifdef __cplusplus
20}
21#endif
22
23
24#endif