summaryrefslogtreecommitdiff
path: root/src/format/exe_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/exe_format.h')
-rw-r--r--src/format/exe_format.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/format/exe_format.h b/src/format/exe_format.h
index 32e35ff..b1cbb17 100644
--- a/src/format/exe_format.h
+++ b/src/format/exe_format.h
@@ -32,6 +32,7 @@
#include "../analysis/prototype.h"
+#include "symbol.h"
/* ------------------------ MANIPULATION DES PARTIES DE CODE ------------------------ */
@@ -88,7 +89,7 @@ exe_format *load_new_exe_format(const uint8_t *, off_t);
-
+#if 0
/* Architectures de destination des formats */
typedef enum _FormatTargetMachine
{
@@ -102,7 +103,6 @@ typedef enum _FormatTargetMachine
-
/* Types de symbole */
typedef enum _SymbolType
{
@@ -110,6 +110,7 @@ typedef enum _SymbolType
STP_STRING /* Chaîne de caractères */
} SymbolType;
+#endif
/* Types de symbole */