Rizin
unix-like reverse engineering framework and cli tools
mdmp_pe64.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: 2016 Davis
2 // SPDX-FileCopyrightText: 2016 Alex Kornitzer <alex.kornitzer@countercept.com>
3 // SPDX-License-Identifier: LGPL-3.0-only
4 
5 #ifndef MDMP_PE64_H
6 #define MDMP_PE64_H
7 
8 #define RZ_BIN_PE64 1
9 
10 #ifdef MDMP_PE_H
11 #undef MDMP_PE_H
12 #include "mdmp_pe.h"
13 #else
14 #include "mdmp_pe.h"
15 #undef MDMP_PE_H
16 #endif
17 
18 #endif /* MDMP_PE64_H */