summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/format/executable.h
diff options
context:
space:
mode:
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 */