summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/format/executable.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-11-15 10:01:42 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-11-15 10:01:42 (GMT)
commit671f61ec87f5e8d762ea890aabbc62c777e1c4f9 (patch)
tree1517f5fc5d00c8fd04872b35571556b021866f14 /plugins/pychrysalide/format/executable.h
parent3e21278480a25552401644cd0dc168e3588508dd (diff)
Restore a skeleton of support for file formats.
Diffstat (limited to 'plugins/pychrysalide/format/executable.h')
-rw-r--r--plugins/pychrysalide/format/executable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/pychrysalide/format/executable.h b/plugins/pychrysalide/format/executable.h
index 9ef1fe5..1b305a4 100644
--- a/plugins/pychrysalide/format/executable.h
+++ b/plugins/pychrysalide/format/executable.h
@@ -50,7 +50,7 @@ int convert_to_executable_format(PyObject *, void *);
/* ---------------------------- TRADUCTION D'EMPLACEMENT ---------------------------- */
-
+#if 0
/* Informations utiles à une traduction */
typedef struct _exe_cv_info_t
{
@@ -64,7 +64,7 @@ typedef struct _exe_cv_info_t
/* Réalise une conversion d'un objet Python en localisation. */
int convert_to_vmpa_using_executable(PyObject *, exe_cv_info_t *);
-
+#endif
#endif /* _PLUGINS_PYCHRYSALIDE_FORMAT_EXECUTABLE_H */