diff options
Diffstat (limited to 'plugins/pe/core.c')
-rw-r--r-- | plugins/pe/core.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/pe/core.c b/plugins/pe/core.c index ddbacf5..e8e6f5e 100644 --- a/plugins/pe/core.c +++ b/plugins/pe/core.c @@ -44,7 +44,7 @@ DEFINE_CHRYSALIDE_PLUGIN("Pe", "PE format support", PACKAGE_VERSION, CHRYSALIDE_WEBSITE("doc/formats"), - PG_REQ, AL(PGA_PLUGIN_INIT, PGA_CONTENT_RESOLVER)); + PG_REQ, AL(PGA_PLUGIN_INIT));//, PGA_CONTENT_RESOLVER)); @@ -90,7 +90,7 @@ G_MODULE_EXPORT bool chrysalide_plugin_init(GPluginModule *plugin) * Remarques : - * * * ******************************************************************************/ - +#if 0 G_MODULE_EXPORT void chrysalide_plugin_handle_binary_content(const GPluginModule *plugin, PluginAction action, GBinContent *content, wgroup_id_t wid, GtkStatusStack *status) { bool test; /* Bilan des accès mémoire */ @@ -114,3 +114,4 @@ G_MODULE_EXPORT void chrysalide_plugin_handle_binary_content(const GPluginModule } } +#endif |